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 311489 - Possible gstghostpad locking problems
Possible gstghostpad locking problems
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.9.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-25 14:40 UTC by Andy Wingo
Modified: 2005-11-14 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2005-07-25 14:40:11 UTC
gst_pad_set_active claims it needs the state lock of the element to work, in the
docs. Either the docs are wrong or ghost pads aren't taking necessary locks.

Wim, mind having a look at this?
Comment 1 Wim Taymans 2005-08-18 10:50:22 UTC
The lock is not strictly needed to protect the resources accessed in that
function, so the docs are wrong.
Comment 2 Andy Wingo 2005-11-14 12:44:01 UTC
Fixed in CVS.