After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637430 - [0.11] gst_pad_unlink() holds pad object lock while calling unlinkfunc
[0.11] gst_pad_unlink() holds pad object lock while calling unlinkfunc
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-17 04:16 UTC by David Schleef
Modified: 2012-06-26 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2010-12-17 04:16:42 UTC
gst_pad_unlink() holds pad object lock while calling unlinkfunc.  This means that calls to gst_pad_get_parent() deadlock.

linking gets around this by dropping the object locks on the pads when calling linkfunc.  This seems equally bad.
Comment 1 Christian Fredrik Kalager Schaller 2011-05-27 08:30:19 UTC
Setting milestone target to 0.11.x
Comment 2 Wim Taymans 2011-10-27 15:41:44 UTC
Don't know what to do here, holding the locks looks like the safest thing to do, this then also means that you should not take the pad locks.
Comment 3 Tim-Philipp Müller 2012-06-26 15:02:11 UTC
What to do with this? WONTFIX?
Comment 4 Wim Taymans 2012-06-26 15:18:39 UTC
WONTFIX