diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 5d7d56a043..5847b981a5 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -810,6 +810,7 @@ gst_dash_demux_sink_event (GstPad * pad, GstEvent * event) "mediaPresentationDuration unknown, can not send the duration message"); } } + demux->need_segment = TRUE; gst_dash_demux_resume_download_task (demux); gst_dash_demux_resume_stream_task (demux); gst_event_unref (event);