[Bug 742684] aggregator: Locking logic should be reviewed, cleaned up, and documented
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 26 02:40:27 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=742684
GStreamer | gst-plugins-bad | git master
--- Comment #51 from Thibault Saunier <tsaunier at gnome.org> 2015-01-26 10:40:21 UTC ---
Created an attachment (id=295428)
View: https://bugzilla.gnome.org/attachment.cgi?id=295428
Review: https://bugzilla.gnome.org/review?bug=742684&attachment=295428
aggregator: Make the PAD_LOCK private
Instead of using the GST_OBJECT_LOCK we should have
a dedicated mutex for the pad as it is also associated
with the mutex on the EVENT_MUTEX on which we wait
in the _chain function of the pad.
The GstAggregatorPad.segment is still protected with the
GST_OBJECT_LOCK.
--
Configure bugmail: https://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