[Bug 774600] mpegtsdemux: Pipeline premature EOS after discontinuity on lossy transport stream
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 21 09:53:14 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=774600
--- Comment #10 from Nicolas Huet <nicolas.huet at parrot.com> ---
I have seen this issue last week also.
Drain request is called from the videodecoderclass when receiving a DISCONT
buffer.
This issue is in OMX. When draining the component, the buffer flag
OMX_BUFFERFLAG_EOS set port->eos to TRUE in gstomx.c
This remains to TRUE forever. I don't know what is the best way to fix the
issue. Find a way to set port->eos to FALSE or add a new flag to handle the
drain correctly.
--
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