Title: [235173] trunk/Source/WebCore
Revision
235173
Author
[email protected]
Date
2018-08-22 08:59:06 -0700 (Wed, 22 Aug 2018)

Log Message

Mark MediaStream Recording API as under consideration
https://bugs.webkit.org/show_bug.cgi?id=188822

Reviewed by Jon Lee.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (235172 => 235173)


--- trunk/Source/WebCore/ChangeLog	2018-08-22 15:21:16 UTC (rev 235172)
+++ trunk/Source/WebCore/ChangeLog	2018-08-22 15:59:06 UTC (rev 235173)
@@ -1,3 +1,12 @@
+2018-08-22  Youenn Fablet  <[email protected]>
+
+        Mark MediaStream Recording API as under consideration
+        https://bugs.webkit.org/show_bug.cgi?id=188822
+
+        Reviewed by Jon Lee.
+
+        * features.json:
+
 2018-08-22  Ms2ger  <[email protected]>
 
         [GTK] Never return an uninitialized ImageGStreamer object.

Modified: trunk/Source/WebCore/features.json (235172 => 235173)


--- trunk/Source/WebCore/features.json	2018-08-22 15:21:16 UTC (rev 235172)
+++ trunk/Source/WebCore/features.json	2018-08-22 15:59:06 UTC (rev 235173)
@@ -970,6 +970,15 @@
         "description": "The \"pointer\" media defines how percise the pointing device is. The \"hover\" media defines the ability of the poiting device to hover elements."
     },
     {
+        "name": "MediaStream Recording API",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://w3c.github.io/mediacapture-record",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=85851",
+        "comment": "Allows recording of audio and/or video MediaStream."
+    },
+    {
         "name": "MicroData",
         "status": {
             "status": "Removed"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to