mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
avdemux: resurrect some flow return handling
https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
parent
8386e4411b
commit
2270026d82
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ gst_ffmpegdemux_perform_seek (GstFFMpegDemux * demux, GstEvent * event)
|
|||
|
||||
/* Mark discont on all srcpads and remove eos */
|
||||
gst_ffmpegdemux_set_flags (demux, TRUE, FALSE);
|
||||
gst_flow_combiner_reset (demux->flowcombiner);
|
||||
|
||||
/* and restart the task in case it got paused explicitely or by
|
||||
* the FLUSH_START event we pushed out. */
|
||||
|
|
Loading…
Reference in a new issue