[Bug 774600] mpegtsdemux: Pipeline premature EOS after discontinuity on lossy transport stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 23 08:05:13 UTC 2016


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

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So this is a gst-omx bug instead?

The problem here seems to be that the draining does not work properly.
When draining, the element remembers that it does that currently and is
not supposed to send EOS downstream / return GST_FLOW_EOS. For some
reason this part of the code did not work as expected for you though
and that will have to be debugged and fixed. The intention here is to
ignore EOS when draining (and otherwise not ignore it), and to signal
the condition variable that is waiting for draining to finish.

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