[Bug 775474] hang on mxf file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 1 18:43:59 UTC 2016


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

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 341173
  --> https://bugzilla.gnome.org/attachment.cgi?id=341173&action=edit
decodebin: Mark all chains of a group as complete on multiqueue overrun

We would otherwise wait here forever for something to happen if we don't
expose what we have now. Unless the multiqueue was just overrunning but
the srcpads of the multiqueue still have the possibility of pushing data
and getting things running.

We're basically trading one race condition (stuff just hangs sometimes
if it wouldn't work anyway) with another (stuff just fails sometimes
although it would work otherwise).

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