diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 94d4321422..8e1bf1b3a2 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -1537,6 +1537,8 @@ gst_dash_demux_stream_seek (GstAdaptiveDemuxStream * stream, gboolean forward, } } + stream->discont = TRUE; + return GST_FLOW_OK; }