From 4ab58e0fb161393a3d11f450f7a15d975b67bb95 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 8 Mar 2013 14:59:59 +0100 Subject: [PATCH] dashdemux: also send newsegment on startup --- ext/dash/gstdashdemux.c | 1 + 1 file changed, 1 insertion(+) 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);