Title: [248712] trunk/Source/WebCore
Revision
248712
Author
[email protected]
Date
2019-08-15 06:38:27 -0700 (Thu, 15 Aug 2019)

Log Message

[GStreamer][WebRTC]: openh264 encoder bitrate is in bits per second
https://bugs.webkit.org/show_bug.cgi?id=200578

Patch by Thibault Saunier <[email protected]> on 2019-08-15
Reviewed by Philippe Normand.

Not really testable as is.

* platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp:
(gst_webrtc_video_encoder_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (248711 => 248712)


--- trunk/Source/WebCore/ChangeLog	2019-08-15 08:40:05 UTC (rev 248711)
+++ trunk/Source/WebCore/ChangeLog	2019-08-15 13:38:27 UTC (rev 248712)
@@ -1,3 +1,15 @@
+2019-08-15  Thibault Saunier  <[email protected]>
+
+        [GStreamer][WebRTC]: openh264 encoder bitrate is in bits per second
+        https://bugs.webkit.org/show_bug.cgi?id=200578
+
+        Reviewed by Philippe Normand.
+
+        Not really testable as is.
+
+        * platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp:
+        (gst_webrtc_video_encoder_class_init):
+
 2019-08-14  Alexey Shvayka  <[email protected]>
 
         Error thrown during "acceptNode" lookup is overridden

Modified: trunk/Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp (248711 => 248712)


--- trunk/Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp	2019-08-15 08:40:05 UTC (rev 248711)
+++ trunk/Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp	2019-08-15 13:38:27 UTC (rev 248712)
@@ -354,7 +354,7 @@
   register_known_encoder (ENCODER_OPENH264, "openh264enc", "h264parse",
       "video/x-h264",
       "video/x-h264,alignment=au,stream-format=byte-stream,profile=""
-      setup_openh264enc, "bitrate", set_bitrate_kbit_per_sec, "gop-size");
+      setup_openh264enc, "bitrate", set_bitrate_bit_per_sec, "gop-size");
 }
 
 static void
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to