mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
mxfdemux: resurrect some flow return handling
https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
parent
b2d109242f
commit
32e87b1024
1 changed files with 1 additions and 0 deletions
|
@ -3554,6 +3554,7 @@ gst_mxf_demux_seek_pull (GstMXFDemux * demux, GstEvent * event)
|
||||||
}
|
}
|
||||||
p->discont = TRUE;
|
p->discont = TRUE;
|
||||||
}
|
}
|
||||||
|
gst_flow_combiner_reset (demux->flowcombiner);
|
||||||
if (new_offset == -1) {
|
if (new_offset == -1) {
|
||||||
GST_WARNING_OBJECT (demux, "No new offset found");
|
GST_WARNING_OBJECT (demux, "No new offset found");
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue