RESOLVED FIXED187643
[GStreamer] Implement bitrate modulation support in GStreamer based libwebrtc Encoders
https://bugs.webkit.org/show_bug.cgi?id=187643
Summary [GStreamer] Implement bitrate modulation support in GStreamer based libwebrtc...
Thibault Saunier
Reported 2018-07-13 08:17:54 PDT
[GStreamer] Implement bitrate modulation support in GStreamer based libwebrtc Encoders
Attachments
Patch (8.93 KB, patch)
2018-07-13 08:35 PDT, Thibault Saunier
no flags
Patch (8.96 KB, patch)
2018-07-13 15:47 PDT, Thibault Saunier
no flags
Patch (8.96 KB, patch)
2018-07-23 07:58 PDT, Thibault Saunier
no flags
Thibault Saunier
Comment 1 2018-07-13 08:35:04 PDT
Thibault Saunier
Comment 2 2018-07-13 15:47:27 PDT
Created attachment 344995 [details] Patch Fix small bitrate conversion issue
Philippe Normand
Comment 3 2018-07-19 02:12:40 PDT
Comment on attachment 344995 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344995&action=review LGTM! > Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoderFactory.cpp:389 > + if (caps && m_profile.get() && gst_caps_is_equal (m_restrictionCaps.get(), caps)) No space before (
Thibault Saunier
Comment 4 2018-07-23 07:57:24 PDT
(In reply to Philippe Normand from comment #3) > Comment on attachment 344995 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=344995&action=review > > LGTM! > > > Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoderFactory.cpp:389 > > + if (caps && m_profile.get() && gst_caps_is_equal (m_restrictionCaps.get(), caps)) > > No space before ( Fixed.
Thibault Saunier
Comment 5 2018-07-23 07:58:41 PDT
Philippe Normand
Comment 6 2018-07-24 01:28:13 PDT
Comment on attachment 345572 [details] Patch Let's see if this lands :)
WebKit Commit Bot
Comment 7 2018-07-24 02:08:18 PDT
Comment on attachment 345572 [details] Patch Clearing flags on attachment: 345572 Committed r234141: <https://trac.webkit.org/changeset/234141>
WebKit Commit Bot
Comment 8 2018-07-24 02:08:19 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 9 2018-07-24 02:09:18 PDT
Note You need to log in before you can comment on or make changes to this bug.