mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
adaptivedemux: fixed waiting for fragment updates
https://bugzilla.gnome.org/show_bug.cgi?id=756237
This commit is contained in:
parent
a85b64bb6d
commit
519165e461
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue