Title: [271641] trunk/Source/WTF
Revision
271641
Author
you...@apple.com
Date
2021-01-20 01:01:19 -0800 (Wed, 20 Jan 2021)

Log Message

Enable WebRTC VP9 profile 0 by default
https://bugs.webkit.org/show_bug.cgi?id=219390

Reviewed by Geoffrey Garen.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (271640 => 271641)


--- trunk/Source/WTF/ChangeLog	2021-01-20 08:57:03 UTC (rev 271640)
+++ trunk/Source/WTF/ChangeLog	2021-01-20 09:01:19 UTC (rev 271641)
@@ -1,3 +1,12 @@
+2021-01-20  Youenn Fablet  <you...@apple.com>
+
+        Enable WebRTC VP9 profile 0 by default
+        https://bugs.webkit.org/show_bug.cgi?id=219390
+
+        Reviewed by Geoffrey Garen.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-01-19  Yusuke Suzuki  <ysuz...@apple.com>
 
         [WTF] StringImpl::removeCharacters should be inlined

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (271640 => 271641)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-20 08:57:03 UTC (rev 271640)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-20 09:01:19 UTC (rev 271641)
@@ -1090,9 +1090,9 @@
   condition: ENABLE(WEB_RTC)
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
 
 WebRTCVP9Profile2CodecEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to