mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
mpegdemux: resurrect some flow return handling
https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
parent
66b01c9a0c
commit
b2d109242f
1 changed files with 1 additions and 0 deletions
|
@ -900,6 +900,7 @@ gst_ps_demux_clear_times (GstPsDemux * demux)
|
|||
{
|
||||
gint i, count = demux->found_count;
|
||||
|
||||
gst_flow_combiner_reset (demux->flowcombiner);
|
||||
/* Clear the last ts for all streams */
|
||||
for (i = 0; i < count; i++) {
|
||||
GstPsStream *stream = demux->streams_found[i];
|
||||
|
|
Loading…
Reference in a new issue