[Bug 783627] gstvideodecoder.c: excessive locking triggering many deadlocks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jun 11 15:10:35 UTC 2017


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

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #8 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
The decoder stream lock is likely redundant, but we are stuck with it, since
it's in the API/Abi.

That lock though should always be dropped when a flush or a transition to ready
State occurs. Subclass are responsible for that if these subclass have a
separated thread, like omxvideodec and v4l2videodec.

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