dashdemux: also send newsegment on startup

This commit is contained in:
Wim Taymans 2013-03-08 14:59:59 +01:00 committed by Thiago Santos
parent cfcaa23959
commit 4ab58e0fb1

View file

@ -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);