dashdemux: Make sure to pass the next buffer after a seek with DISCONT flag

When we manually seek for skipping ahead in keyunit-only trickmode, we
have to enforce that ourselves as adaptivedemux does not know about the
seeks.
This commit is contained in:
Sebastian Dröge 2017-04-17 14:25:10 +03:00 committed by Edward Hervey
parent d884ec2904
commit d5eee31918

View file

@ -1537,6 +1537,8 @@ gst_dash_demux_stream_seek (GstAdaptiveDemuxStream * stream, gboolean forward,
}
}
stream->discont = TRUE;
return GST_FLOW_OK;
}