mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:56:16 +00:00
dashdemux: also send newsegment on startup
This commit is contained in:
parent
cfcaa23959
commit
4ab58e0fb1
1 changed files with 1 additions and 0 deletions
|
@ -810,6 +810,7 @@ gst_dash_demux_sink_event (GstPad * pad, GstEvent * event)
|
||||||
"mediaPresentationDuration unknown, can not send the duration message");
|
"mediaPresentationDuration unknown, can not send the duration message");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
demux->need_segment = TRUE;
|
||||||
gst_dash_demux_resume_download_task (demux);
|
gst_dash_demux_resume_download_task (demux);
|
||||||
gst_dash_demux_resume_stream_task (demux);
|
gst_dash_demux_resume_stream_task (demux);
|
||||||
gst_event_unref (event);
|
gst_event_unref (event);
|
||||||
|
|
Loading…
Reference in a new issue