[Bug 700868] videomixer: Multiple locking error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 26 00:39:19 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700868
  GStreamer | gst-plugins-good | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245096|none                        |needs-work
             status|                            |

--- Comment #12 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-26 07:39:14 UTC ---
(From update of attachment 245096)
FLUSH_STOP and EOS are both serialized events, so they should never fight over
the stream lock and deadlock. Before the FLUSH_STOP there should've been a
FLUSH_START that unlocks the streaming threads everywhere and makes all pads
return GST_FLOW_FLUSHING.

So this patch doesn't seem right and more like hiding a different bug.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gstreamer-bugs mailing list