hlsdemux: When switching bitrate variants, don't jump back
authorJan Schmidt <jan@centricular.com>
Sat, 7 Nov 2015 14:34:30 +0000 (01:34 +1100)
committerJan Schmidt <jan@centricular.com>
Wed, 2 Dec 2015 11:29:38 +0000 (22:29 +1100)
commit952275ad9952a32101fc6f6ed0a29ec7d2140d0e
tree46f53da6f8cecb0c6a2ef632cf03effba567e56a
parent978bcd7181bf0f282cb17d2f5f6f1ac009508f37
hlsdemux: When switching bitrate variants, don't jump back

Don't jump backward to 3 files from the end of the playlist
when switching variants - it just means we downloaded
fragments fast and caught up to the end of the playlist.

Disable that by treating a variant switch as a playlist
update, not a restart due to a seek or so.
ext/hls/gsthlsdemux.c