Title: [292811] trunk/Source/WTF
Revision
292811
Author
[email protected]
Date
2022-04-13 09:12:24 -0700 (Wed, 13 Apr 2022)

Log Message

MSE video is not drawn onto canvas
https://bugs.webkit.org/show_bug.cgi?id=206812
rdar://31763425

Reviewed by Eric Carlson.

Enable MediaSource inline painting by default on all platforms where `AVSampleBufferVideoOutput` has been tuned
with a more aggressive pruning interval; this avoids significant increases in memory and power use when
utilizing the sample buffer to snapshot videos with MSE.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (292810 => 292811)


--- trunk/Source/WTF/ChangeLog	2022-04-13 14:47:30 UTC (rev 292810)
+++ trunk/Source/WTF/ChangeLog	2022-04-13 16:12:24 UTC (rev 292811)
@@ -1,3 +1,17 @@
+2022-04-13  Wenson Hsieh  <[email protected]>
+
+        MSE video is not drawn onto canvas
+        https://bugs.webkit.org/show_bug.cgi?id=206812
+        rdar://31763425
+
+        Reviewed by Eric Carlson.
+
+        Enable MediaSource inline painting by default on all platforms where `AVSampleBufferVideoOutput` has been tuned
+        with a more aggressive pruning interval; this avoids significant increases in memory and power use when
+        utilizing the sample buffer to snapshot videos with MSE.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2022-04-13  Chris Dumez  <[email protected]>
 
         Replace AtomString(const char*) with AtomString::fromLatin1(const char*)

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (292810 => 292811)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-04-13 14:47:30 UTC (rev 292810)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-04-13 16:12:24 UTC (rev 292811)
@@ -914,6 +914,7 @@
     WebKitLegacy:
       default: false
     WebKit:
+      "HAVE(LOW_AV_SAMPLE_BUFFER_PRUNING_INTERVAL)": true
       default: false
 
 ModelDocumentEnabled:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to