WebKit Bugzilla
Attachment 356174 Details for
Bug 192226
: [GStreamer][WebRTC] Build opus decoder support in libwebrtc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192226-20181130122810.patch (text/plain), 1.31 KB, created by
Thibault Saunier
on 2018-11-30 07:28:12 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Thibault Saunier
Created:
2018-11-30 07:28:12 PST
Size:
1.31 KB
patch
obsolete
>Subversion Revision: 238666 >diff --git a/Source/ThirdParty/libwebrtc/ChangeLog b/Source/ThirdParty/libwebrtc/ChangeLog >index 0e100dd0fa4a992c533ec09a64645149bf12dcf1..6ab86f1c6d0109450a399eb160219444aafb8aab 100644 >--- a/Source/ThirdParty/libwebrtc/ChangeLog >+++ b/Source/ThirdParty/libwebrtc/ChangeLog >@@ -1,3 +1,14 @@ >+2018-11-30 Thibault Saunier <tsaunier@igalia.com> >+ >+ [GStreamer][WebRTC] Build opus decoder support in libwebrtc >+ https://bugs.webkit.org/show_bug.cgi?id=192226 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Somehow that was overlooked at some point (it used to work). >+ >+ * CMakeLists.txt: >+ > 2018-11-27 Thibault Saunier <tsaunier@igalia.com> > > [GStreamer][WebRTC] Use LibWebRTC provided vp8 decoders and encoders >diff --git a/Source/ThirdParty/libwebrtc/CMakeLists.txt b/Source/ThirdParty/libwebrtc/CMakeLists.txt >index 43a4ca86852211b6ef2492aa616989215de33968..25478847fe771ac9f9251076838ef66e5353c880 100644 >--- a/Source/ThirdParty/libwebrtc/CMakeLists.txt >+++ b/Source/ThirdParty/libwebrtc/CMakeLists.txt >@@ -1377,6 +1377,7 @@ target_compile_definitions(webrtc PRIVATE > WEBRTC_NS_FLOAT > WEBRTC_OPUS_SUPPORT_120MS_PTIME=0 > WEBRTC_OPUS_VARIABLE_COMPLEXITY=0 >+ WEBRTC_USE_BUILTIN_OPUS=1 > WEBRTC_POSIX > WEBRTC_USE_BUILTIN_ISAC_FIX=1 > WEBRTC_USE_BUILTIN_ISAC_FLOAT=0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192226
: 356174