dashdemux: also send newsegment on startup
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 8 Mar 2013 13:59:59 +0000 (14:59 +0100)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:45 +0000 (18:14 -0300)
ext/dash/gstdashdemux.c

index 5d7d56a..5847b98 100644 (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);