Title: [295424] trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml
Revision
295424
Author
[email protected]
Date
2022-06-09 10:50:11 -0700 (Thu, 09 Jun 2022)

Log Message

Add MPEG2 and MP4 Audio to types allowed in Captive Portal mode
https://bugs.webkit.org/show_bug.cgi?id=241447
<rdar://93934656>

Reviewed by Eric Carlson.

Needed for playing back MP2TS streams and AAC audio.

* Source/WTF/Scripts/Preferences/WebPreferences.yaml:

Canonical link: https://commits.webkit.org/251430@main

Modified Paths

Diff

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml (295423 => 295424)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml	2022-06-09 17:20:40 UTC (rev 295423)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml	2022-06-09 17:50:11 UTC (rev 295424)
@@ -1279,7 +1279,7 @@
   exposed: [ WebKit ]
   defaultValue:
     WebKit:
-      default: '"aac ,zaac,qaac,caac,.mp3"'
+      default: '"aac ,zaac,qaac,caac,.mp3,mp4a"'
 
 MediaCapabilitiesEnabled:
   type: bool
@@ -1313,7 +1313,7 @@
   exposed: [ WebKit ]
   defaultValue:
     WebKit:
-      default: '"video/mp4,audio/mp4,video/x-m4v,audio/x-m4a,audio/mp3,application/x-mpegURL,application/vnd.apple.mpegURL,video/mp2t,video/iso.segment,audio/aac,audio/mpeg,audio/ac3,audio/eac3"'
+      default: '"video/mp4,audio/mp4,video/x-m4v,audio/x-m4a,audio/mp3,application/x-mpegURL,application/vnd.apple.mpegURL,video/mp2t,video/iso.segment,audio/aac,audio/mpeg,audio/ac3,audio/eac3,video/mpeg2"'
 
 MediaContentTypesRequiringHardwareSupport:
   type: String
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to