commit | 1ea696066e73377f02e2592ccc00da1a8b68effa | [log] [tgz] |
---|---|---|
author | Seungha Yang <seungha.yang@navercorp.com> | Thu May 10 23:08:10 2018 +0900 |
committer | Sebastian Dröge <sebastian@centricular.com> | Mon May 14 16:54:33 2018 +0300 |
tree | c52cf755a4a300670b6a59d91f971e64805afdcf | |
parent | 5878f63ae79b69a702788398b775515423640f37 [diff] |
adaptivedemux: Support period change in live playlist Regardless of LIVE or VOD, "a manifest has next period but currently EOSed" state is meaning that it's time to advance period. Previous behavior of adpativedemux, however, was able to period advancing only for VOD case, since the adaptivedemux tried to update and wait new manifest without respecting existence of the next period. https://bugzilla.gnome.org/show_bug.cgi?id=781183