[Bug 742684] audiomixer: Un-even locking in GstAggregator causes the tests to fail
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 22 14:45:16 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=742684
GStreamer | gst-plugins-bad | git master
--- Comment #10 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2015-01-22 22:45:06 UTC ---
Created an attachment (id=295222)
View: https://bugzilla.gnome.org/attachment.cgi?id=295222
Review: https://bugzilla.gnome.org/review?bug=742684&attachment=295222
aggregator: Protect data with the same mutex as GCond
Whenever a GCond is used, the safest paradigm is to protect
the variable which change is signalled by the GCond with the same
mutex that the GCond depends on.
--
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