Title: [273960] trunk/Source/WebKit
Revision
273960
Author
[email protected]
Date
2021-03-05 03:53:13 -0800 (Fri, 05 Mar 2021)

Log Message

Add support for gstreamer's h264 stateless codecs
https://bugs.webkit.org/show_bug.cgi?id=222787

Patch by Guido Günther <[email protected]> on 2021-03-05
Reviewed by Philippe Normand.

Manually tested, there is currently no automatic tests for it

* UIProcess/Launcher/glib/BubblewrapLauncher.cpp:
(WebKit::bindV4l):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (273959 => 273960)


--- trunk/Source/WebKit/ChangeLog	2021-03-05 11:15:27 UTC (rev 273959)
+++ trunk/Source/WebKit/ChangeLog	2021-03-05 11:53:13 UTC (rev 273960)
@@ -1,3 +1,15 @@
+2021-03-05  Guido Günther  <[email protected]>
+
+        Add support for gstreamer's h264 stateless codecs
+        https://bugs.webkit.org/show_bug.cgi?id=222787
+
+        Reviewed by Philippe Normand.
+
+        Manually tested, there is currently no automatic tests for it
+
+        * UIProcess/Launcher/glib/BubblewrapLauncher.cpp:
+        (WebKit::bindV4l):
+
 2021-03-05  Said Abou-Hallawa  <[email protected]>
 
         [GPU Process] RemoteImageBuffer recording GraphicsContext should report its backend RenderingMode

Modified: trunk/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp (273959 => 273960)


--- trunk/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp	2021-03-05 11:15:27 UTC (rev 273959)
+++ trunk/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp	2021-03-05 11:53:13 UTC (rev 273960)
@@ -583,6 +583,8 @@
         // Not pretty but a stop-gap for pipewire anyway.
         "--dev-bind-try", "/dev/video0", "/dev/video0",
         "--dev-bind-try", "/dev/video1", "/dev/video1",
+        "--dev-bind-try", "/dev/video2", "/dev/video2",
+        "--dev-bind-try", "/dev/media0", "/dev/media0",
     }));
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to