adaptivedemux: fixed waiting for fragment updates

https://bugzilla.gnome.org/show_bug.cgi?id=756237
This commit is contained in:
Florin Apostol 2015-10-08 11:45:25 +01:00 committed by Vincent Penquerc'h
parent a85b64bb6d
commit 519165e461

View file

@ -2458,7 +2458,7 @@ static void
gst_adaptive_demux_stream_download_loop (GstAdaptiveDemuxStream * stream)
{
GstAdaptiveDemux *demux = stream->demux;
guint64 next_download = 0;
guint64 next_download = g_get_monotonic_time ();
GstFlowReturn ret;
gboolean live;