Title: [279566] trunk/LayoutTests
Revision
279566
Author
[email protected]
Date
2021-07-05 04:48:53 -0700 (Mon, 05 Jul 2021)

Log Message

[Media] test-webvtt.m3u8 is invalid
https://bugs.webkit.org/show_bug.cgi?id=227681

Patch by Philippe Normand <[email protected]> on 2021-07-05
Reviewed by Xabier Rodriguez-Calvar.

This issue was detected by the GStreamer m3u8 parser.

* http/tests/media/resources/hls/test-webvtt.m3u8:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (279565 => 279566)


--- trunk/LayoutTests/ChangeLog	2021-07-05 09:58:17 UTC (rev 279565)
+++ trunk/LayoutTests/ChangeLog	2021-07-05 11:48:53 UTC (rev 279566)
@@ -1,5 +1,16 @@
 2021-07-05  Philippe Normand  <[email protected]>
 
+        [Media] test-webvtt.m3u8 is invalid
+        https://bugs.webkit.org/show_bug.cgi?id=227681
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        This issue was detected by the GStreamer m3u8 parser.
+
+        * http/tests/media/resources/hls/test-webvtt.m3u8:
+
+2021-07-05  Philippe Normand  <[email protected]>
+
         Unreviewed, GLIB gardening triaging.
 
         * platform/glib/TestExpectations:

Modified: trunk/LayoutTests/http/tests/media/resources/hls/test-webvtt.m3u8 (279565 => 279566)


--- trunk/LayoutTests/http/tests/media/resources/hls/test-webvtt.m3u8	2021-07-05 09:58:17 UTC (rev 279565)
+++ trunk/LayoutTests/http/tests/media/resources/hls/test-webvtt.m3u8	2021-07-05 11:48:53 UTC (rev 279566)
@@ -1,6 +1,6 @@
 #EXTM3U
 
-#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subtitles",LANGUAGE="en-US"NAME="English",AUTOSELECT=YES,DEFAULT=YES,URI="subtitles/prog_index.m3u8"
+#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subtitles",LANGUAGE="en-US",NAME="English",AUTOSELECT=YES,DEFAULT=YES,URI="subtitles/prog_index.m3u8"
 
 #EXT-X-STREAM-INF:BANDWIDTH=634451,CODECS="mp4a.40.2, avc1.4d401e",RESOLUTION=640x480,SUBTITLES="subtitles"
 bipbop/prog_index.m3u8
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to