⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 248712 in webkit


Ignore:
Timestamp:
Aug 15, 2019, 6:38:27 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Thibault Saunier <tsaunier@igalia.com> on 2019-08-15
Reviewed by Philippe Normand.

Not really testable as is.

  • platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp:

(gst_webrtc_video_encoder_class_init):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r248708 r248712  
     12019-08-15  Thibault Saunier  <tsaunier@igalia.com>
     2
     3        [GStreamer][WebRTC]: openh264 encoder bitrate is in bits per second
     4        https://bugs.webkit.org/show_bug.cgi?id=200578
     5
     6        Reviewed by Philippe Normand.
     7
     8        Not really testable as is.
     9
     10        * platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp:
     11        (gst_webrtc_video_encoder_class_init):
     12
    1132019-08-14  Alexey Shvayka  <shvaikalesh@gmail.com>
    214
  • trunk/Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp

    r243170 r248712  
    355355      "video/x-h264",
    356356      "video/x-h264,alignment=au,stream-format=byte-stream,profile=baseline",
    357       setup_openh264enc, "bitrate", set_bitrate_kbit_per_sec, "gop-size");
     357      setup_openh264enc, "bitrate", set_bitrate_bit_per_sec, "gop-size");
    358358}
    359359
Note: See TracChangeset for help on using the changeset viewer.