mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: check: Update hlsdemux2 tests for playlist changes
We no longer do auto-magic fallbacks when synchronizing a disconnected playlist. It is handled at a higher level. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2679>
This commit is contained in:
parent
34a7710762
commit
787dbfd4e4
1 changed files with 4 additions and 2 deletions
|
@ -439,9 +439,11 @@ GST_START_TEST (test_live_playlist_rotated)
|
|||
|
||||
pl = load_m3u8 (LIVE_ROTATED_PLAYLIST);
|
||||
file2 = gst_hls_media_playlist_sync_to_segment (pl, file);
|
||||
fail_unless (file2 != NULL);
|
||||
/* We can't sync the previous media plyalist to the new one, they are
|
||||
* disconnected. A new synchronization point will be established later.
|
||||
*/
|
||||
fail_unless (file2 == NULL);
|
||||
gst_m3u8_media_segment_unref (file);
|
||||
gst_m3u8_media_segment_unref (file2);
|
||||
|
||||
/* FIXME: Sequence should last - 3. Should it? */
|
||||
/* Check first media segment */
|
||||
|
|
Loading…
Reference in a new issue