adaptivedemux: fixed waiting for fragment updates
https://bugzilla.gnome.org/show_bug.cgi?id=756237
This commit is contained in:
parent
a85b64bb6d
commit
519165e461
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user