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 320299 - gst_pad_send_event should take stream lock for serialized events
gst_pad_send_event should take stream lock for serialized events
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.9.x
Other Linux
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 317746 (view as bug list)
Depends on:
Blocks: 319388
 
 
Reported: 2005-10-31 12:30 UTC by Andy Wingo
Modified: 2005-11-21 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2005-10-31 12:30:37 UTC
Right now plugins have to conditionally take the stream lock depending on the
kind of event that is being handled. This is error-prone, especially for plugins
developed by 3rd party developers. The core should take the locks if the
serialized flag is set in the event type.
Comment 1 Tim-Philipp Müller 2005-10-31 12:58:28 UTC
*** Bug 317746 has been marked as a duplicate of this bug. ***
Comment 2 Andy Wingo 2005-11-21 14:29:05 UTC
Fixed in CVS. Plugins should be changed eventually -- I opened a new bug for
that, bug #322034.