[gstreamer-bugs] [Bug 591318] ghostpad : core dump : on_src_target_notify called with an invalid ghostpad
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Aug 18 02:34:22 PDT 2009
http://bugzilla.gnome.org/show_bug.cgi?id=591318
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |slomo at circular-chaos.org
Resolution| |FIXED
Target Milestone|HEAD |0.10.25
--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org> 2009-08-18 09:34:17 UTC ---
commit a0ed1a44a54604a4efae7f926d70e00021db09b6
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Tue Aug 18 11:33:17 2009 +0200
ghostpad: Always get the proxypad's ghostpad via the ghostpad in the src
cap
Before the signal handler would get the ghostpad passed as second
argument but it could've already been unreffed and destroyed.
This would then lead to crashes and all that.
Now we get the ghostpad from the proxy pad, which we get from the
target pad as it's peer.
Fixes bug #591318.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list