GNOME Bugzilla – Bug 756237
adaptivedemux: waiting for playlist updates in case of fragment errors does not wait
Last modified: 2015-10-30 11:58:52 UTC
gst_adaptive_demux_stream_download_loop waits for playlist updates in case of errors. But if gst_adaptive_demux_stream_update_fragment_info returned error, the next_download will start with a value of 0, causing no sleeps and repeated requests to the server. next_download should be initialized with g_get_monotonic_time ()
Created attachment 312903 [details] [review] proposed patch
commit 519165e46162997dfa9383d6b7ba74c2bd516bf7 Author: Florin Apostol <florin.apostol@oregan.net> Date: Thu Oct 8 11:45:25 2015 +0100 adaptivedemux: fixed waiting for fragment updates https://bugzilla.gnome.org/show_bug.cgi?id=756237