[Bug 755123] tagdemux: protect internal state for concurrent access

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Sep 19 09:02:11 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755123

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Can you try to simplify the locking patch a bit, maybe by refactoring the
locking in general, taking locks a bit longer, adding new locks? :) Also we
usually just call functions blabla_locked() if they are expected to be called
with a lock, and blabla() a wrapper around it that just does the locking.
Instead of adding a "locked" parameter

-- 
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