-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update voice_processing_audio_unit.mm #2
Open
liufeigit
wants to merge
1
commit into
pristineio:master
Choose a base branch
from
liufeigit:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kAudioOutputUnitProperty_SetInputCallback for kAudioUnitScope_Global bus is 0
jenkins-pristine
pushed a commit
that referenced
this pull request
Jun 20, 2016
id:20001 of https://codereview.webrtc.org/2061193002/ ) Reason for revert: Revert this because it broke the google3 import build. http://webrtc-buildbot-master.mtv.corp.google.com:21000/builders/WebRTC%20google3%20Importer%20%28Shem%20TOT%29/builds/67/steps/blaze_regular_tests/logs/stdio Original issue's description: > Remove audio/video distinction for probe packets. > > Allows detecting large-enough audio packets as part of a probe, > speculative fix for a rampup-time regression in M50. These packets are > accounted on the send side when probing. > > BUG=webrtc:5985 > R=mflodman@webrtc.org, philipel@webrtc.org > > Committed: https://crrev.com/a7d88d38448f6a5677a017562765ab505b89d468 > Cr-Commit-Position: refs/heads/master@{#13210} TBR=mflodman@webrtc.org,philipel@webrtc.org,pbos@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5985 Review-Url: https://codereview.webrtc.org/2086633002 Cr-Commit-Position: refs/heads/master@{#13221}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jun 20, 2016
…id:1 of https://codereview.webrtc.org/2086633002/ ) Reason for revert: Fix already landed in google3, this revert actually breaks the import. Original issue's description: > Revert of Remove audio/video distinction for probe packets. (patchset #2 id:20001 of https://codereview.webrtc.org/2061193002/ ) > > Reason for revert: > Revert this because it broke the google3 import build. > http://webrtc-buildbot-master.mtv.corp.google.com:21000/builders/WebRTC%20google3%20Importer%20%28Shem%20TOT%29/builds/67/steps/blaze_regular_tests/logs/stdio > > Original issue's description: > > Remove audio/video distinction for probe packets. > > > > Allows detecting large-enough audio packets as part of a probe, > > speculative fix for a rampup-time regression in M50. These packets are > > accounted on the send side when probing. > > > > BUG=webrtc:5985 > > R=mflodman@webrtc.org, philipel@webrtc.org > > > > Committed: https://crrev.com/a7d88d38448f6a5677a017562765ab505b89d468 > > Cr-Commit-Position: refs/heads/master@{#13210} > > TBR=mflodman@webrtc.org,philipel@webrtc.org,pbos@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5985 > > Committed: https://crrev.com/17bde8c96ee8b5a7e496a7dc98828b84f9756925 > Cr-Commit-Position: refs/heads/master@{#13221} TBR=mflodman@webrtc.org,philipel@webrtc.org,honghaiz@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5985 Review-Url: https://codereview.webrtc.org/2085653002 Cr-Commit-Position: refs/heads/master@{#13223}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jun 30, 2016
…on-virtual. (patchset #2 id:40001 of https://codereview.webrtc.org/2107253002/ ) Reason for revert: Reverting all CLs related to moving the eventlog, as they break Chromium tests. Original issue's description: > Fix to make the start/stop functions for the Rtc Eventlog non-virtual. > > This is needed to prevent the Chromium import bot from breaking. > > BUG= > R=tommi@webrtc.org > > Committed: https://crrev.com/df6ecea8ac7c4c3bddeda089d5fb9eccdf38a0a6 > Cr-Commit-Position: refs/heads/master@{#13324} TBR=tommi@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review-Url: https://codereview.webrtc.org/2111803002 Cr-Commit-Position: refs/heads/master@{#13339}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jul 15, 2016
It causes an asan initialization-order-fiasco in trying to read the names of other globally constructed data: ==21449==ERROR: AddressSanitizer: initialization-order-fiasco on address 0x7f6f297bc5e8 at pc 0x7f6f26b332a7 bp 0x7ffd479f8cb0 sp 0x7ffd479f8ca8 READ of size 8 at 0x7f6f297bc5e8 thread T0 #0 0x7f6f26b332a6 in name webrtc/base/flags.h:83:38 #1 0x7f6f26b332a6 in Lookup webrtc/base/flags.cc:133 #2 0x7f6f26b332a6 in rtc::FlagList::Register(rtc::Flag*) webrtc/base/flags.cc:260 #3 0x7f6f2529972b in __cxx_global_var_init.1 BUG= Review-Url: https://codereview.webrtc.org/2110963004 Cr-Commit-Position: refs/heads/master@{#13479}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 4, 2016
#2 id:20001 of https://codereview.webrtc.org/2207463004/ ) Reason for revert: Breaks bots. See https://build.chromium.org/p/chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/15490 Original issue's description: > GN: Create target for video_capture_tests on Linux. > > BUG=webrtc:6042 > > Committed: https://crrev.com/171c7fef0a8b7a1598ac87e0349e210372cb974c > Cr-Commit-Position: refs/heads/master@{#13638} TBR=mflodman@webrtc.org,sakal@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6042 Review-Url: https://codereview.webrtc.org/2217463002 Cr-Commit-Position: refs/heads/master@{#13640}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 4, 2016
#1 id:1 of https://codereview.webrtc.org/2217463002/ ) Reason for revert: Fix issue. Original issue's description: > Revert of GN: Create target for video_capture_tests on Linux. (patchset #2 id:20001 of https://codereview.webrtc.org/2207463004/ ) > > Reason for revert: > Breaks bots. > See https://build.chromium.org/p/chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/15490 > > Original issue's description: > > GN: Create target for video_capture_tests on Linux. > > > > BUG=webrtc:6042 > > > > Committed: https://crrev.com/171c7fef0a8b7a1598ac87e0349e210372cb974c > > Cr-Commit-Position: refs/heads/master@{#13638} > > TBR=mflodman@webrtc.org,sakal@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6042 > > Committed: https://crrev.com/41bce13482464741e916190b4e5ec3c628f606dd > Cr-Commit-Position: refs/heads/master@{#13640} TBR=mflodman@webrtc.org,guidou@webrtc.org BUG=webrtc:6042 Review-Url: https://codereview.webrtc.org/2211013002 Cr-Commit-Position: refs/heads/master@{#13641}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 29, 2016
…id:20001 of https://codereview.webrtc.org/2235893003/ ) Reason for revert: Breaks downstream. Original issue's description: > Remove the old AndroidVideoCapturer stack code. > > This code is no longer needed. Apps should be using the new API introduced here: https://codereview.webrtc.org/2127893002/ > > Committed: https://crrev.com/1b365a8db070f9cdcbf35ec871f758dcd909e51d > Cr-Commit-Position: refs/heads/master@{#13950} TBR=magjed@webrtc.org,glaznev@webrtc.org,kjellander@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.webrtc.org/2291583002 Cr-Commit-Position: refs/heads/master@{#13958}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 31, 2016
…id:1 of https://codereview.webrtc.org/2291583002/ ) Reason for revert: Downstream apps should now be fixed. Original issue's description: > Revert of Remove the old AndroidVideoCapturer stack code. (patchset #2 id:20001 of https://codereview.webrtc.org/2235893003/ ) > > Reason for revert: > Breaks downstream. > > Original issue's description: > > Remove the old AndroidVideoCapturer stack code. > > > > This code is no longer needed. Apps should be using the new API introduced here: https://codereview.webrtc.org/2127893002/ > > > > Committed: https://crrev.com/1b365a8db070f9cdcbf35ec871f758dcd909e51d > > Cr-Commit-Position: refs/heads/master@{#13950} > > TBR=magjed@webrtc.org,glaznev@webrtc.org,kjellander@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/e39f251dacf66e50153bcda615f06b7c59e5856b > Cr-Commit-Position: refs/heads/master@{#13958} TBR=magjed@webrtc.org,glaznev@webrtc.org,kjellander@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. Review-Url: https://codereview.webrtc.org/2298063003 Cr-Commit-Position: refs/heads/master@{#13988}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 6, 2016
…ttps://codereview.webrtc.org/2299633002/ ) Reason for revert: Breaks chromium build Original issue's description: > Remove all reference to carbon api > > BUG=webrtc:6282 > > Committed: https://crrev.com/dbd8b6bec4143c940b2f2ca8cd85c25d17327964 > Cr-Commit-Position: refs/heads/master@{#14080} TBR=magjed@webrtc.org,mflodman@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6282 Review-Url: https://codereview.webrtc.org/2316563002 Cr-Commit-Position: refs/heads/master@{#14081}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 6, 2016
…50001 of https://codereview.webrtc.org/2310043002/ ) Reason for revert: Broke Chrome fyi bots. See, e.g., https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win%20Builder/builds/6730/steps/compile/logs/stdio Use of GetTimeStamp must be eliminated in Chrome before relanding. Original issue's description: > Reland of Delete cricket::VideoFrame::GetTimeStamp. (patchset #1 id:1 of https://codereview.webrtc.org/2306953002/ ) > > Reason for revert: > Will reland after downstream projects are updated. > > Original issue's description: > > Revert of Delete cricket::VideoFrame::GetTimeStamp. (patchset #1 id:1 of https://codereview.webrtc.org/2305623002/ ) > > > > Reason for revert: > > Broke downstream project. > > > > Original issue's description: > > > Delete cricket::VideoFrame::GetTimeStamp. > > > > > > TBR=tkchin@webrtc.org # Trivial change to VideoRendererAdapter > > > BUG=webrtc:5682 > > > > > > Committed: https://crrev.com/fd6c99e43137d01fa6c120f7160f7c2999d1d8a3 > > > Cr-Commit-Position: refs/heads/master@{#14037} > > > > TBR=perkj@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:5682 > > > > Committed: https://crrev.com/bca69e87de5df290f728833a4b3d8af3ae5d88e6 > > Cr-Commit-Position: refs/heads/master@{#14038} > > TBR=perkj@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:5682 > > Committed: https://crrev.com/fa1ba19c5c7c57c8d16fae1a5da51877770fd53e > Cr-Commit-Position: refs/heads/master@{#14089} TBR=perkj@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5682 Review-Url: https://codereview.webrtc.org/2315703002 Cr-Commit-Position: refs/heads/master@{#14090}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 6, 2016
… of https://codereview.webrtc.org/2315703002/ ) Reason for revert: Chrome has now been updated (cl https://codereview.chromium.org/2317673002/). Original issue's description: > Revert of Delete cricket::VideoFrame::GetTimeStamp. (patchset #2 id:150001 of https://codereview.webrtc.org/2310043002/ ) > > Reason for revert: > Broke Chrome fyi bots. See, e.g., > > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win%20Builder/builds/6730/steps/compile/logs/stdio > > Use of GetTimeStamp must be eliminated in Chrome before relanding. > > Original issue's description: > > Reland of Delete cricket::VideoFrame::GetTimeStamp. (patchset #1 id:1 of https://codereview.webrtc.org/2306953002/ ) > > > > Reason for revert: > > Will reland after downstream projects are updated. > > > > Original issue's description: > > > Revert of Delete cricket::VideoFrame::GetTimeStamp. (patchset #1 id:1 of https://codereview.webrtc.org/2305623002/ ) > > > > > > Reason for revert: > > > Broke downstream project. > > > > > > Original issue's description: > > > > Delete cricket::VideoFrame::GetTimeStamp. > > > > > > > > TBR=tkchin@webrtc.org # Trivial change to VideoRendererAdapter > > > > BUG=webrtc:5682 > > > > > > > > Committed: https://crrev.com/fd6c99e43137d01fa6c120f7160f7c2999d1d8a3 > > > > Cr-Commit-Position: refs/heads/master@{#14037} > > > > > > TBR=perkj@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:5682 > > > > > > Committed: https://crrev.com/bca69e87de5df290f728833a4b3d8af3ae5d88e6 > > > Cr-Commit-Position: refs/heads/master@{#14038} > > > > TBR=perkj@webrtc.org > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > BUG=webrtc:5682 > > > > Committed: https://crrev.com/fa1ba19c5c7c57c8d16fae1a5da51877770fd53e > > Cr-Commit-Position: refs/heads/master@{#14089} > > TBR=perkj@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5682 > > Committed: https://crrev.com/92b2e0852fcbe7765926755ccee884db965b6231 > Cr-Commit-Position: refs/heads/master@{#14090} TBR=perkj@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5682 Review-Url: https://codereview.webrtc.org/2316493003 Cr-Commit-Position: refs/heads/master@{#14093}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 8, 2016
…://codereview.webrtc.org/2316563002/ ) Reason for revert: Chromium build issues have been resolved. Original issue's description: > Revert of Remove all reference to carbon api (patchset #2 id:20001 of https://codereview.webrtc.org/2299633002/ ) > > Reason for revert: > Breaks chromium build > > Original issue's description: > > Remove all reference to carbon api > > > > BUG=webrtc:6282 > > > > Committed: https://crrev.com/dbd8b6bec4143c940b2f2ca8cd85c25d17327964 > > Cr-Commit-Position: refs/heads/master@{#14080} > > TBR=magjed@webrtc.org,mflodman@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6282 > > Committed: https://crrev.com/b096aa7fd375a980daab3a986596548ca5de2a1c > Cr-Commit-Position: refs/heads/master@{#14081} TBR=magjed@webrtc.org,mflodman@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:6282 Review-Url: https://codereview.webrtc.org/2321493002 Cr-Commit-Position: refs/heads/master@{#14125}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 8, 2016
…001 of https://codereview.webrtc.org/2315633002/ ) Reason for revert: Broke all Chromium libFuzzer builds https://bugs.chromium.org/p/chromium/issues/detail?id=645069 Original issue's description: > Setting up an RTP input fuzzer for NetEq > > This CL introduces a new fuzzer target neteq_rtp_fuzzer that > manipulates the RTP header fields before inserting the packets into > NetEq. A few helper classes are also introduced. > > BUG=webrtc:5447 > NOTRY=True > > Committed: https://crrev.com/2d273f1e97cd5030ed1686f27ce1118291b66395 > Cr-Commit-Position: refs/heads/master@{#14103} TBR=ivoc@webrtc.org,kjellander@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5447 Review-Url: https://codereview.webrtc.org/2328483002 Cr-Commit-Position: refs/heads/master@{#14131}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 8, 2016
…ttps://codereview.webrtc.org/2321493002/ ) Reason for revert: Still breaks Chromium mac compile: [4542/22193] CXX obj/third_party/webrtc/base/rtc_base/unixfilesystem.o FAILED: obj/third_party/webrtc/base/rtc_base/unixfilesystem.o /b/c/cipd/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/webrtc/base/rtc_base/unixfilesystem.o.d -DLOGGING=1 -DV8_DEPRECATION_WARNINGS -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS -DENABLE_PLUGINS=1 -DENABLE_PDF=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DUSE_BROWSER_SPELLCHECKER=1 -DDCHECK_ALWAYS_ON=1 -DNO_TCMALLOC -DUSE_EXTERNAL_POPUP_MENU=1 -DENABLE_WEBRTC=1 -DENABLE_EXTENSIONS=1 -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1 -DUSE_PROPRIETARY_CODECS -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=280106-1 -DCR_XCODE_VERSION=0511 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBRTC_RESTRICT_LOGGING -DEXPAT_RELATIVE_PATH -DENABLE_EXTERNAL_AUTH -DHAVE_OPENSSL_SSL_H -DHAVE_SCTP -DHAVE_SRTP -DHAVE_WEBRTC_VIDEO -DHAVE_WEBRTC_VOICE -DLOGGING_INSIDE_WEBRTC -DSRTP_RELATIVE_PATH -DSSL_USE_OPENSSL -DUSE_WEBRTC_DEV_BRANCH -DSSL_USE_OPENSSL -DHAVE_OPENSSL_SSL_H -DFEATURE_ENABLE_SSL -DLOGGING=1 -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DNO_MAIN_THREAD_WRAPPING -I../../third_party/webrtc_overrides -I../../third_party/boringssl/src/include -I../.. -Igen -I../../third_party/jsoncpp/overrides/include -I../../third_party/jsoncpp/source/include -I../../third_party/webrtc_overrides -I../../third_party -I../../third_party/boringssl/src/include -Wno-uninitialized -fno-strict-aliasing -fstack-protector -fcolor-diagnostics -arch x86_64 -O2 -g1 -isysroot /Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -mmacosx-version-min=10.7 -fvisibility=hidden -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Werror -Wall -Wno-unused-variable -Wpartial-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-deprecated-register -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-shift-negative-value -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -fno-threadsafe-statics -fvisibility-inlines-hidden -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -c ../../third_party/webrtc/base/unixfilesystem.cc -o obj/third_party/webrtc/base/rtc_base/unixfilesystem.o ../../third_party/webrtc/base/unixfilesystem.cc:375:11: error: variable has incomplete type 'FSRef' FSRef fr; ^ /Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:467:8: note: forward declaration of 'FSRef' struct FSRef; ^ ../../third_party/webrtc/base/unixfilesystem.cc:376:27: error: use of undeclared identifier 'kUserDomain' if (0 != FSFindFolder(kUserDomain, kApplicationSupportFolderType, ^ ../../third_party/webrtc/base/unixfilesystem.cc:376:40: error: use of undeclared identifier 'kApplicationSupportFolderType' if (0 != FSFindFolder(kUserDomain, kApplicationSupportFolderType, ^ ../../third_party/webrtc/base/unixfilesystem.cc:377:27: error: use of undeclared identifier 'kCreateFolder'; did you mean 'CreateFolder'? kCreateFolder, &fr)) ^~~~~~~~~~~~~ CreateFolder ../../third_party/webrtc/base/unixfilesystem.cc:92:22: note: 'CreateFolder' declared here bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { Original issue's description: > Reland of move all reference to carbon api (patchset #1 id:1 of https://codereview.webrtc.org/2316563002/ ) > > Reason for revert: > Chromium build issues have been resolved. > > Original issue's description: > > Revert of Remove all reference to carbon api (patchset #2 id:20001 of https://codereview.webrtc.org/2299633002/ ) > > > > Reason for revert: > > Breaks chromium build > > > > Original issue's description: > > > Remove all reference to carbon api > > > > > > BUG=webrtc:6282 > > > > > > Committed: https://crrev.com/dbd8b6bec4143c940b2f2ca8cd85c25d17327964 > > > Cr-Commit-Position: refs/heads/master@{#14080} > > > > TBR=magjed@webrtc.org,mflodman@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:6282 > > > > Committed: https://crrev.com/b096aa7fd375a980daab3a986596548ca5de2a1c > > Cr-Commit-Position: refs/heads/master@{#14081} > > TBR=magjed@webrtc.org,mflodman@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:6282 > > Committed: https://crrev.com/a90879b64fd8db57c0274169311d6b51dd59f1a0 > Cr-Commit-Position: refs/heads/master@{#14125} TBR=mflodman@webrtc.org,kthelgason@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6282 Review-Url: https://codereview.webrtc.org/2317343003 Cr-Commit-Position: refs/heads/master@{#14133}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 8, 2016
…id:20001 of https://codereview.webrtc.org/2312613003/ ) Reason for revert: Breaks webrtc_perf_tests on Windows, Mac and Linux (that test don't run on trybots): https://build.chromium.org/p/client.webrtc/builders/Linux64%20Release%20%5Blarge%20tests%5D/builds/8841/steps/webrtc_perf_tests/logs/stdio Example: [ RUN ] FullStackTest.ForemanCifWithoutPacketLossVp9 # Fatal error in ../../webrtc/video/video_quality_test.cc, line 1056 # last system error: 34 # Check failed: !params_.audio.enabled Original issue's description: > Separating video settings in VideoQualityTest. > > This is a simple refactoring of VideoQualityTest. It will help in adding audio related settings to VideoQualityTest. > > BUG= > > Committed: https://crrev.com/f07fb0013164bdb031dcc88dc83365a27643b2d9 > Cr-Commit-Position: refs/heads/master@{#14139} TBR=stefan@webrtc.org,minyue@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review-Url: https://codereview.webrtc.org/2325723002 Cr-Commit-Position: refs/heads/master@{#14142}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 9, 2016
…://codereview.webrtc.org/2317343003/ ) Reason for revert: Build issues have now _really_ been fixed Original issue's description: > Revert of move all reference to carbon api (patchset #2 id:300001 of https://codereview.webrtc.org/2321493002/ ) > > Reason for revert: > Still breaks Chromium mac compile: > [4542/22193] CXX obj/third_party/webrtc/base/rtc_base/unixfilesystem.o > FAILED: obj/third_party/webrtc/base/rtc_base/unixfilesystem.o > /b/c/cipd/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/webrtc/base/rtc_base/unixfilesystem.o.d -DLOGGING=1 -DV8_DEPRECATION_WARNINGS -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS -DENABLE_PLUGINS=1 -DENABLE_PDF=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DUSE_BROWSER_SPELLCHECKER=1 -DDCHECK_ALWAYS_ON=1 -DNO_TCMALLOC -DUSE_EXTERNAL_POPUP_MENU=1 -DENABLE_WEBRTC=1 -DENABLE_EXTENSIONS=1 -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1 -DUSE_PROPRIETARY_CODECS -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=280106-1 -DCR_XCODE_VERSION=0511 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBRTC_RESTRICT_LOGGING -DEXPAT_RELATIVE_PATH -DENABLE_EXTERNAL_AUTH -DHAVE_OPENSSL_SSL_H -DHAVE_SCTP -DHAVE_SRTP -DHAVE_WEBRTC_VIDEO -DHAVE_WEBRTC_VOICE -DLOGGING_INSIDE_WEBRTC -DSRTP_RELATIVE_PATH -DSSL_USE_OPENSSL -DUSE_WEBRTC_DEV_BRANCH -DSSL_USE_OPENSSL -DHAVE_OPENSSL_SSL_H -DFEATURE_ENABLE_SSL -DLOGGING=1 -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DNO_MAIN_THREAD_WRAPPING -I../../third_party/webrtc_overrides -I../../third_party/boringssl/src/include -I../.. -Igen -I../../third_party/jsoncpp/overrides/include -I../../third_party/jsoncpp/source/include -I../../third_party/webrtc_overrides -I../../third_party -I../../third_party/boringssl/src/include -Wno-uninitialized -fno-strict-aliasing -fstack-protector -fcolor-diagnostics -arch x86_64 -O2 -g1 -isysroot /Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -mmacosx-version-min=10.7 -fvisibility=hidden -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Werror -Wall -Wno-unused-variable -Wpartial-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-deprecated-register -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-shift-negative-value -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -fno-threadsafe-statics -fvisibility-inlines-hidden -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -c ../../third_party/webrtc/base/unixfilesystem.cc -o obj/third_party/webrtc/base/rtc_base/unixfilesystem.o > ../../third_party/webrtc/base/unixfilesystem.cc:375:11: error: variable has incomplete type 'FSRef' > FSRef fr; > ^ > /Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:467:8: note: forward declaration of 'FSRef' > struct FSRef; > ^ > ../../third_party/webrtc/base/unixfilesystem.cc:376:27: error: use of undeclared identifier 'kUserDomain' > if (0 != FSFindFolder(kUserDomain, kApplicationSupportFolderType, > ^ > ../../third_party/webrtc/base/unixfilesystem.cc:376:40: error: use of undeclared identifier 'kApplicationSupportFolderType' > if (0 != FSFindFolder(kUserDomain, kApplicationSupportFolderType, > ^ > ../../third_party/webrtc/base/unixfilesystem.cc:377:27: error: use of undeclared identifier 'kCreateFolder'; did you mean 'CreateFolder'? > kCreateFolder, &fr)) > ^~~~~~~~~~~~~ > CreateFolder > ../../third_party/webrtc/base/unixfilesystem.cc:92:22: note: 'CreateFolder' declared here > bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { > > Original issue's description: > > Reland of move all reference to carbon api (patchset #1 id:1 of https://codereview.webrtc.org/2316563002/ ) > > > > Reason for revert: > > Chromium build issues have been resolved. > > > > Original issue's description: > > > Revert of Remove all reference to carbon api (patchset #2 id:20001 of https://codereview.webrtc.org/2299633002/ ) > > > > > > Reason for revert: > > > Breaks chromium build > > > > > > Original issue's description: > > > > Remove all reference to carbon api > > > > > > > > BUG=webrtc:6282 > > > > > > > > Committed: https://crrev.com/dbd8b6bec4143c940b2f2ca8cd85c25d17327964 > > > > Cr-Commit-Position: refs/heads/master@{#14080} > > > > > > TBR=magjed@webrtc.org,mflodman@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:6282 > > > > > > Committed: https://crrev.com/b096aa7fd375a980daab3a986596548ca5de2a1c > > > Cr-Commit-Position: refs/heads/master@{#14081} > > > > TBR=magjed@webrtc.org,mflodman@webrtc.org > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > BUG=webrtc:6282 > > > > Committed: https://crrev.com/a90879b64fd8db57c0274169311d6b51dd59f1a0 > > Cr-Commit-Position: refs/heads/master@{#14125} > > TBR=mflodman@webrtc.org,kthelgason@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6282 > > Committed: https://crrev.com/4e0581f543b026cbc31c3b24cf65c7f51dcd6124 > Cr-Commit-Position: refs/heads/master@{#14133} TBR=mflodman@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6282 Review-Url: https://codereview.webrtc.org/2327573002 Cr-Commit-Position: refs/heads/master@{#14155}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 16, 2016
… (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ ) Reason for revert: I was too impatient; this made android builds fail instead. See https://build.chromium.org/p/client.webrtc/builders/Linux32%20ARM/builds/585/steps/compile/logs/stdio Original issue's description: > Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ ) > > Reason for revert: > Intending to fix problem and reland. > > Original issue's description: > > Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ ) > > > > Reason for revert: > > Fails 64-bit windows builds, it turns out I missed some of the needed int/size_t casts. Example https://build.chromium.org/p/client.webrtc/waterfall?builder=Win64%20Release > > > > Hope our windows try bots get back in working shape soon. > > > > Original issue's description: > > > Update test code to use I420Buffer when writing pixel data. > > > > > > VideoFrameBuffer and VideoFrame will become immutable. > > > > > > BUG=webrtc:5921 > > > R=magjed@webrtc.org, phoglund@webrtc.org > > > > > > Committed: https://crrev.com/280ad1514e44bf6717e5871526dd4632f759eb3d > > > Cr-Commit-Position: refs/heads/master@{#14249} > > > > TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:5921 > > > > Committed: https://crrev.com/fbf14607267adf03d235273283ca452a1e564861 > > Cr-Commit-Position: refs/heads/master@{#14251} > > TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5921 > > Committed: https://crrev.com/d21534a8cfe636bbcf3d7bb151945590abc92b2a > Cr-Commit-Position: refs/heads/master@{#14258} TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5921 Review-Url: https://codereview.webrtc.org/2343083002 Cr-Commit-Position: refs/heads/master@{#14259}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 17, 2016
…codereview.webrtc.org/2327893002/ ) Reason for revert: Import breakage has been fixed. Original issue's description: > Revert of Optimize Android NV12 capture (patchset #2 id:20001 of https://codereview.webrtc.org/2317443003/ ) > > Reason for revert: > Import breakage in g3. > > Original issue's description: > > Optimize Android NV12 capture > > > > This CL optimizes the Android capture NV12 -> I420 + scaling code. For > > example, when the input is 1280x720 and we adapt to 640x360, this CL: > > - Reduces conversion time from 3.37 ms to 1.46 ms. > > - Reduces memory footprint by 1 MB. > > > > BUG=webrtc:6319 > > > > Committed: https://crrev.com/36d38cbb153e19bdc3c62a750aba6889da40aac2 > > Cr-Commit-Position: refs/heads/master@{#14167} > > TBR=sakal@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:6319 TBR=sakal@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:6319 Review-Url: https://codereview.webrtc.org/2332213011 Cr-Commit-Position: refs/heads/master@{#14273}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 18, 2016
…ad of one by one (patchset #2 id:20001 of https://codereview.webrtc.org/2342313002/ ) Reason for revert: Seems to have broken Chromium tests. Original issue's description: > AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one > > It requires a new NetEq method, but it can no longer fail. And we no > longer need to use AcmReceiver::decoders_, which we're trying to > eliminate. > > BUG=webrtc:5801 > > Committed: https://crrev.com/f6232b43a176e1717354b671a0a52b887d70de59 > Cr-Commit-Position: refs/heads/master@{#14275} TBR=ossu@webrtc.org,henrik.lundin@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5801 Review-Url: https://codereview.webrtc.org/2349973002 Cr-Commit-Position: refs/heads/master@{#14278}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 19, 2016
… (patchset #1 id:1 of https://codereview.webrtc.org/2343083002/ ) Reason for revert: Will fix android build failure. Original issue's description: > Revert of Update test code to use I420Buffer when writing pixel data. (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ ) > > Reason for revert: > I was too impatient; this made android builds fail instead. See https://build.chromium.org/p/client.webrtc/builders/Linux32%20ARM/builds/585/steps/compile/logs/stdio > > Original issue's description: > > Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ ) > > > > Reason for revert: > > Intending to fix problem and reland. > > > > Original issue's description: > > > Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ ) > > > > > > Reason for revert: > > > Fails 64-bit windows builds, it turns out I missed some of the needed int/size_t casts. Example https://build.chromium.org/p/client.webrtc/waterfall?builder=Win64%20Release > > > > > > Hope our windows try bots get back in working shape soon. > > > > > > Original issue's description: > > > > Update test code to use I420Buffer when writing pixel data. > > > > > > > > VideoFrameBuffer and VideoFrame will become immutable. > > > > > > > > BUG=webrtc:5921 > > > > R=magjed@webrtc.org, phoglund@webrtc.org > > > > > > > > Committed: https://crrev.com/280ad1514e44bf6717e5871526dd4632f759eb3d > > > > Cr-Commit-Position: refs/heads/master@{#14249} > > > > > > TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:5921 > > > > > > Committed: https://crrev.com/fbf14607267adf03d235273283ca452a1e564861 > > > Cr-Commit-Position: refs/heads/master@{#14251} > > > > TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:5921 > > > > Committed: https://crrev.com/d21534a8cfe636bbcf3d7bb151945590abc92b2a > > Cr-Commit-Position: refs/heads/master@{#14258} > > TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5921 > > Committed: https://crrev.com/3011627142bccdd73fce9fec854abb1f6b02b5c1 > Cr-Commit-Position: refs/heads/master@{#14259} TBR=phoglund@webrtc.org,palmkvist@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true BUG=webrtc:5921 Review-Url: https://codereview.webrtc.org/2347863002 Cr-Commit-Position: refs/heads/master@{#14283}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 22, 2016
…set #2 id:20001 of https://codereview.webrtc.org/2343403002/ ) Reason for revert: Breaks internal project. Original issue's description: > Rename AppRTCDemo on Android and iOS to AppRTCMobile > > The purpose is to make it clearer it is a mobile application. > > BUG=webrtc:6359 > NOPRESUBMIT=true > > Committed: https://crrev.com/d3af58bdab5b25acd62cd816363becc7003d3e5a > Cr-Commit-Position: refs/heads/master@{#14356} TBR=sakal@webrtc.org,kthelgason@webrtc.org,tommi@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6359 Review-Url: https://codereview.webrtc.org/2358133003 Cr-Commit-Position: refs/heads/master@{#14358}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 27, 2016
…#1 id:1 of https://codereview.webrtc.org/2358133003/ ) Reason for revert: Internal project is updated. Original issue's description: > Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (patchset #2 id:20001 of https://codereview.webrtc.org/2343403002/ ) > > Reason for revert: > Breaks internal project. > > Original issue's description: > > Rename AppRTCDemo on Android and iOS to AppRTCMobile > > > > The purpose is to make it clearer it is a mobile application. > > > > BUG=webrtc:6359 > > NOPRESUBMIT=true > > > > Committed: https://crrev.com/d3af58bdab5b25acd62cd816363becc7003d3e5a > > Cr-Commit-Position: refs/heads/master@{#14356} > > TBR=sakal@webrtc.org,kthelgason@webrtc.org,tommi@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6359 > > Committed: https://crrev.com/87ef6f750126f9f17f4714d696a8e77a2dd0a3f1 > Cr-Commit-Position: refs/heads/master@{#14358} TBR=sakal@webrtc.org,kthelgason@webrtc.org,tommi@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:6359 Review URL: https://codereview.webrtc.org/2373443005 . Cr-Commit-Position: refs/heads/master@{#14391}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 30, 2016
…s. (patchset #2 id:40001 of https://codereview.webrtc.org/2380923002/ ) Reason for revert: It caused some tests in p2ptransportchannel flaky. Original issue's description: > Replace RelayPort with TurnPort in p2ptransportchannel tests. > > Also remove the relay servers in the tests. > Most of the code and the downstream apps are using TurnPort, not RelayPort. Most of the tests in this file are not using RelayPort anyway. > > BUG=None > R=deadbeef@webrtc.org > > Committed: https://crrev.com/c8d21712dde64c7d613d1ea56c840438505a909f > Cr-Commit-Position: refs/heads/master@{#14441} TBR=deadbeef@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review-Url: https://codereview.webrtc.org/2385563002 Cr-Commit-Position: refs/heads/master@{#14443}
jenkins-pristine
pushed a commit
that referenced
this pull request
Oct 3, 2016
…everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) Reason for revert: This CL breaks FYI bots with a compile error. Sample error: jingle/glue/thread_wrapper.cc -o obj/jingle/jingle_glue/thread_wrapper.o In file included from ../../jingle/glue/thread_wrapper.cc:5: In file included from ../../jingle/glue/thread_wrapper.h:16: In file included from ../../base/message_loop/message_loop.h:17: In file included from ../../base/memory/ref_counted.h:19: ../../base/logging.h:598:1: error: call to 'MakeCheckOpString' is ambiguous DEFINE_CHECK_OP_IMPL(EQ, ==) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../base/logging.h:592:17: note: expanded from macro 'DEFINE_CHECK_OP_IMPL' else return MakeCheckOpString(v1, v2, names); \ ^~~~~~~~~~~~~~~~~ ../../jingle/glue/thread_wrapper.cc:46:3: note: in instantiation of function template specialization 'logging::CheckEQImpl<rtc::Thread *, jingle_glue::JingleThreadWrapper *>' requested here DCHECK_EQ(rtc::Thread::Current(), current()); ^ ../../base/logging.h:748:31: note: expanded from macro 'DCHECK_EQ' #define DCHECK_EQ(val1, val2) DCHECK_OP(EQ, ==, val1, val2) ^ ../../base/logging.h:721:18: note: expanded from macro 'DCHECK_OP' ::logging::Check##name##Impl((val1), (val2), \ ^ <scratch space>:102:1: note: expanded from here CheckEQImpl ^ ../../base/logging.h:555:14: note: candidate function [with t1 = rtc::Thread *, t2 = jingle_glue::JingleThreadWrapper *] std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { ^ ../../third_party/webrtc/base/checks.h:122:14: note: candidate function [with t1 = rtc::Thread *, t2 = jingle_glue::JingleThreadWrapper *] std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { ^ In file included from ../../jingle/glue/thread_wrapper.cc:5: In file included from ../../jingle/glue/thread_wrapper.h:16: In file included from ../../base/message_loop/message_loop.h:17: In file included from ../../base/memory/ref_counted.h:19: ../../base/logging.h:598:1: error: call to 'MakeCheckOpString' is ambiguous DEFINE_CHECK_OP_IMPL(EQ, ==) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../base/logging.h:592:17: note: expanded from macro 'DEFINE_CHECK_OP_IMPL' else return MakeCheckOpString(v1, v2, names); \ ^~~~~~~~~~~~~~~~~ ../../jingle/glue/thread_wrapper.cc:81:3: note: in instantiation of function template specialization 'logging::CheckEQImpl<jingle_glue::JingleThreadWrapper *, jingle_glue::JingleThreadWrapper *>' requested here DCHECK_EQ(this, JingleThreadWrapper::current()); ^ ../../base/logging.h:748:31: note: expanded from macro 'DCHECK_EQ' #define DCHECK_EQ(val1, val2) DCHECK_OP(EQ, ==, val1, val2) ^ ../../base/logging.h:721:18: note: expanded from macro 'DCHECK_OP' ::logging::Check##name##Impl((val1), (val2), \ ^ <scratch space>:5:1: note: expanded from here CheckEQImpl ^ ../../base/logging.h:555:14: note: candidate function [with t1 = jingle_glue::JingleThreadWrapper *, t2 = jingle_glue::JingleThreadWrapper *] std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { ^ ../../third_party/webrtc/base/checks.h:122:14: note: candidate function [with t1 = jingle_glue::JingleThreadWrapper *, t2 = jingle_glue::JingleThreadWrapper *] std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { ^ In file included from ../../jingle/glue/thread_wrapper.cc:5: In file included from ../../jingle/glue/thread_wrapper.h:16: In file included from ../../base/message_loop/message_loop.h:17: In file included from ../../base/memory/ref_counted.h:19: ../../base/logging.h:598:1: error: call to 'MakeCheckOpString' is ambiguous DEFINE_CHECK_OP_IMPL(EQ, ==) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../base/logging.h:592:17: note: expanded from macro 'DEFINE_CHECK_OP_IMPL' else return MakeCheckOpString(v1, v2, names); \ ^~~~~~~~~~~~~~~~~ ../../jingle/glue/thread_wrapper.cc:82:3: note: in instantiation of function template specialization 'logging::CheckEQImpl<jingle_glue::JingleThreadWrapper *, rtc::Thread *>' requested here DCHECK_EQ(this, rtc::Thread::Current()); ^ ../../base/logging.h:748:31: note: expanded from macro 'DCHECK_EQ' #define DCHECK_EQ(val1, val2) DCHECK_OP(EQ, ==, val1, val2) ^ ../../base/logging.h:721:18: note: expanded from macro 'DCHECK_OP' ::logging::Check##name##Impl((val1), (val2), \ ^ <scratch space>:12:1: note: expanded from here CheckEQImpl ^ ../../base/logging.h:555:14: note: candidate function [with t1 = jingle_glue::JingleThreadWrapper *, t2 = rtc::Thread *] std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { ^ ../../third_party/webrtc/base/checks.h:122:14: note: candidate function [with t1 = jingle_glue::JingleThreadWrapper *, t2 = rtc::Thread *] std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { ^ 3 errors generated. Original issue's description: > Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere > > The former is always defined (by webrtc/base/checks.h) to either 0 or > 1, whereas the latter isn't necessarily defined. > > NOTRY=true > BUG=webrtc:6451 > > Committed: https://crrev.com/ab0b929321d37669165d5795268fa10a8c97ec5b > Cr-Commit-Position: refs/heads/master@{#14474} TBR=ossu@webrtc.org,kwiberg@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6451 Review-Url: https://codereview.webrtc.org/2384083004 Cr-Commit-Position: refs/heads/master@{#14480}
jenkins-pristine
pushed a commit
that referenced
this pull request
Oct 6, 2016
…#2 id:20001 of https://codereview.webrtc.org/2368243002/ ) Reason for revert: This change broke a downstream application. Original issue's description: > Delete transformadapter.cc and transformadapter.h. > > BUG=webrtc:6424 > > Committed: https://crrev.com/2c3c3e27321e4b616bd1222857b2882befc485e3 > Cr-Commit-Position: refs/heads/master@{#14541} TBR=perkj@webrtc.org,pthatcher@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2400443003 Cr-Commit-Position: refs/heads/master@{#14543}
jenkins-pristine
pushed a commit
that referenced
this pull request
Oct 6, 2016
… of https://codereview.webrtc.org/2371363003/ ) Reason for revert: This CL breaks internal dependencies. Original issue's description: > Delete webrtc::VideoFrame::CopyFrame. > > BUG=webrtc:5682 > > Committed: https://crrev.com/0e7c7ce35d9449c5bb13328d1bfb04ad32e48ccc > Cr-Commit-Position: refs/heads/master@{#14550} TBR=magjed@webrtc.org,tommi@webrtc.org,nisse@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5682 Review-Url: https://codereview.webrtc.org/2397943003 Cr-Commit-Position: refs/heads/master@{#14553}
jenkins-pristine
pushed a commit
that referenced
this pull request
Oct 7, 2016
…hset #2 id:100001 of https://codereview.webrtc.org/2389133002/ ) Reason for revert: Causes compile errors. https://build.chromium.org/p/client.webrtc/builders/Mac64%20Debug/builds/8646/steps/generate_build_files/logs/stdio Original issue's description: > Add support for component builds on Windows Swarming. > > Some runtime dependencies on MSVC were missing and had to be added to rtc_base_approved. > > BUG=chromium:497757 > NOTRY=True > > Committed: https://crrev.com/66d4ce93244d17eb52a409dde036fe9114937651 > Cr-Commit-Position: refs/heads/master@{#14562} TBR=kjellander@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:497757 Review-Url: https://codereview.webrtc.org/2400953002 Cr-Commit-Position: refs/heads/master@{#14563}
jenkins-pristine
pushed a commit
that referenced
this pull request
Oct 17, 2016
…reamReceiver. (patchset #2 id:60001 of https://codereview.webrtc.org/2390823009/ ) Reason for revert: Speculative revert as it may be the cause of the DrMemory test failure: https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/builds/5115 Original issue's description: > Add path for recovered packets from internal::Call to RtpStreamReceiver. > > When the FlexfecReceiver recovers media packets, it inserts these into > internal::Call, which then distributes them to the appropriate > VideoReceiveStream/RtpStreamReceiver. > > BUG=webrtc:5654 > > Committed: https://crrev.com/9c4b4b47f4325b48e1856566a30983f9e4e30dd0 > Cr-Commit-Position: refs/heads/master@{#14642} TBR=stefan@webrtc.org,brandtr@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2427733002 Cr-Commit-Position: refs/heads/master@{#14652}
jenkins-pristine
pushed a commit
that referenced
this pull request
Oct 19, 2016
…reamReceiver. (patchset #1 id:1 of https://codereview.webrtc.org/2427733002/ ) Reason for revert: Flaky test has been fixed. Original issue's description: > Revert of Add path for recovered packets from internal::Call to RtpStreamReceiver. (patchset #2 id:60001 of https://codereview.webrtc.org/2390823009/ ) > > Reason for revert: > Speculative revert as it may be the cause of the DrMemory test failure: > https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/builds/5115 > > Original issue's description: > > Add path for recovered packets from internal::Call to RtpStreamReceiver. > > > > When the FlexfecReceiver recovers media packets, it inserts these into > > internal::Call, which then distributes them to the appropriate > > VideoReceiveStream/RtpStreamReceiver. > > > > BUG=webrtc:5654 > > > > Committed: https://crrev.com/9c4b4b47f4325b48e1856566a30983f9e4e30dd0 > > Cr-Commit-Position: refs/heads/master@{#14642} > > TBR=stefan@webrtc.org,brandtr@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5654 > > Committed: https://crrev.com/862d74d0176fa762b3c96cf20bd36f27e7001a47 > Cr-Commit-Position: refs/heads/master@{#14652} TBR=stefan@webrtc.org,honghaiz@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2428303004 Cr-Commit-Position: refs/heads/master@{#14677}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 6, 2017
… of https://codereview.webrtc.org/2799033004/ ) Reason for revert: It has already failed several times: https://build.chromium.org/p/client.webrtc/builders/iOS64%20Sim%20Debug%20%28iOS%209.0%29/builds/1363 https://build.chromium.org/p/client.webrtc/builders/iOS64%20Sim%20Debug%20%28iOS%209.0%29/builds/1361 https://build.chromium.org/p/client.webrtc/builders/iOS64%20Sim%20Debug%20%28iOS%209.0%29/builds/1360 Original issue's description: > Enable rtc_unittests on iOS simulator > > The recent change in https://codereview.chromium.org/2780513006 > seems to make it possible for us to enable this test. > > BUG=webrtc:5572, webrtc:5566 > NOTRY=True > > Review-Url: https://codereview.webrtc.org/2799033004 > Cr-Commit-Position: refs/heads/master@{#17558} > Committed: https://chromium.googlesource.com/external/webrtc/+/4fcfdd8ff07b15b99925e92783272871253cf2e4 TBR=oprypin@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5572, webrtc:5566 Review-Url: https://codereview.webrtc.org/2799783005 Cr-Commit-Position: refs/heads/master@{#17567}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 7, 2017
…1 of https://codereview.webrtc.org/2791583002/ ) Reason for revert: This should be landed after https://codereview.webrtc.org/2791963003. Original issue's description: > Revert of Adding PRESUBMIT check on google::protobuf (patchset #2 id:20001 of https://codereview.webrtc.org/2753823003/ ) > > Reason for revert: > We have to revert https://codereview.webrtc.org/2747863003 and this CL depends on it. > > Original issue's description: > > Adding PRESUBMIT check on google::protobuf > > > > The goal is to avoid direct usage of google::protobuf. > > > > It should only be used with a 'using' directive in the header file: > > //webrtc/base/protobuf_utils.h. > > > > BUG=webrtc:7340 > > NOTRY=True > > > > Review-Url: https://codereview.webrtc.org/2753823003 > > Cr-Commit-Position: refs/heads/master@{#17467} > > Committed: https://chromium.googlesource.com/external/webrtc/+/dd27055cb78aa839659ed9e9f0656a265c285ae7 > > TBR=kjellander@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:7340 > > Review-Url: https://codereview.webrtc.org/2791583002 > Cr-Commit-Position: refs/heads/master@{#17481} > Committed: https://chromium.googlesource.com/external/webrtc/+/515dff40b711c70780612f2a4850e151a28bacde TBR=kjellander@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:7340 Review-Url: https://codereview.webrtc.org/2792103002 Cr-Commit-Position: refs/heads/master@{#17588}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 11, 2017
…id:20001 of https://codereview.webrtc.org/2807273004/ ) Reason for revert: Broke downstream dependencies. Original issue's description: > Change NetEq::InsertPacket to take an RTPHeader > > It used to take a WebRtcRTPHeader as input, which has an RTPHeader as > a member. None of the other member in WebRtcRTPHeader where used in > NetEq. > > This CL adapts the production code; tests and tools will be converted > in a follow-up CL. > > BUG=webrtc:7467 > > Review-Url: https://codereview.webrtc.org/2807273004 > Cr-Commit-Position: refs/heads/master@{#17652} > Committed: https://chromium.googlesource.com/external/webrtc/+/4d027576a6f7420fc4ec6be7f4f991cfad34b826 TBR=ivoc@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7467 Review-Url: https://codereview.webrtc.org/2812933002 Cr-Commit-Position: refs/heads/master@{#17657}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 12, 2017
…(patchset #2 id:2 of https://codereview.webrtc.org/2817593003/ ) Reason for revert: Change in Logging.java breaking compilation (incorrect reference to enum) Original issue's description: > Reland of Android Logging.java: Load native library only when needed (patchset #1 id:1 of https://codereview.webrtc.org/2816753002/ ) > > Reason for revert: > Fix bug in original CL. > > Original issue's description: > > Revert of Android Logging.java: Load native library only when needed (patchset #3 id:40001 of https://codereview.webrtc.org/2803203002/ ) > > > > Reason for revert: > > Breaks C++ logs in Java apps. > > > > Original issue's description: > > > Android Logging.java: Load native library only when needed > > > > > > Logging.java currently always tries to load jingle_peerconnection_so in > > > the static section, but some clients don't want to use it. This CL loads > > > jingle_peerconnection_so only when a client requests it by calling one > > > of: > > > * Logging.enableLogThreads > > > * Logging.enableLogTimeStamps > > > * Logging.enableTracing > > > * Logging.enableLogToDebugOutput > > > > > > BUG=b/36410678 > > > > > > Review-Url: https://codereview.webrtc.org/2803203002 > > > Cr-Commit-Position: refs/heads/master@{#17647} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/dee5eb14e1d4e5bd894772448cc9418e94b3a967 > > > > TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,magjed@webrtc.org > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > BUG=b/36410678 > > > > Review-Url: https://codereview.webrtc.org/2816753002 > > Cr-Commit-Position: refs/heads/master@{#17676} > > Committed: https://chromium.googlesource.com/external/webrtc/+/6e4a4427dc58ca252461310981e1f07ed987c334 > > TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,brandtr@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=b/36410678 > > Review-Url: https://codereview.webrtc.org/2817593003 > Cr-Commit-Position: refs/heads/master@{#17677} > Committed: https://chromium.googlesource.com/external/webrtc/+/297714619fc4252c08ef8a04ac4ca18653c70b39 TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,brandtr@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=b/36410678 Review-Url: https://codereview.webrtc.org/2814133002 Cr-Commit-Position: refs/heads/master@{#17678}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 13, 2017
…(patchset #1 id:1 of https://codereview.webrtc.org/2814133002/ ) Reason for revert: Fix bug in original CL. Original issue's description: > Revert of Android Logging.java: Load native library only when needed (patchset #2 id:2 of https://codereview.webrtc.org/2817593003/ ) > > Reason for revert: > Change in Logging.java breaking compilation (incorrect reference to enum) > > Original issue's description: > > Reland of Android Logging.java: Load native library only when needed (patchset #1 id:1 of https://codereview.webrtc.org/2816753002/ ) > > > > Reason for revert: > > Fix bug in original CL. > > > > Original issue's description: > > > Revert of Android Logging.java: Load native library only when needed (patchset #3 id:40001 of https://codereview.webrtc.org/2803203002/ ) > > > > > > Reason for revert: > > > Breaks C++ logs in Java apps. > > > > > > Original issue's description: > > > > Android Logging.java: Load native library only when needed > > > > > > > > Logging.java currently always tries to load jingle_peerconnection_so in > > > > the static section, but some clients don't want to use it. This CL loads > > > > jingle_peerconnection_so only when a client requests it by calling one > > > > of: > > > > * Logging.enableLogThreads > > > > * Logging.enableLogTimeStamps > > > > * Logging.enableTracing > > > > * Logging.enableLogToDebugOutput > > > > > > > > BUG=b/36410678 > > > > > > > > Review-Url: https://codereview.webrtc.org/2803203002 > > > > Cr-Commit-Position: refs/heads/master@{#17647} > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/dee5eb14e1d4e5bd894772448cc9418e94b3a967 > > > > > > TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,magjed@webrtc.org > > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > > BUG=b/36410678 > > > > > > Review-Url: https://codereview.webrtc.org/2816753002 > > > Cr-Commit-Position: refs/heads/master@{#17676} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/6e4a4427dc58ca252461310981e1f07ed987c334 > > > > TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,brandtr@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=b/36410678 > > > > Review-Url: https://codereview.webrtc.org/2817593003 > > Cr-Commit-Position: refs/heads/master@{#17677} > > Committed: https://chromium.googlesource.com/external/webrtc/+/297714619fc4252c08ef8a04ac4ca18653c70b39 > > TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,brandtr@webrtc.org,magjed@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=b/36410678 > > Review-Url: https://codereview.webrtc.org/2814133002 > Cr-Commit-Position: refs/heads/master@{#17678} > Committed: https://chromium.googlesource.com/external/webrtc/+/06034c7d6401b8e447aac98fd062b87523ae5f4f TBR=sakal@webrtc.org,glaznev@webrtc.org,noahric@chromium.org,brandtr@webrtc.org,lliuu@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. BUG=b/36410678 Review-Url: https://codereview.webrtc.org/2813363004 Cr-Commit-Position: refs/heads/master@{#17694}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 19, 2017
…ttps://codereview.webrtc.org/2817003002/ ) Reason for revert: The original CL was breaking a downstream buildbot: https://build.chromium.org/p/client.webrtc/builders/Linux64%20Release%20%28Libfuzzer%29/builds/5429 This CL fixes some dependencies in: webrtc/test/fuzzers/BUILD.gn (PS #2 and PS #3). BUG=webrtc:6828 Original issue's description: > Revert of Enabling 'gn check' on //webrtc/test. (patchset #10 id:180001 of https://codereview.webrtc.org/2796363003/ ) > > Reason for revert: > It is breaking a downstream bot. > > Original issue's description: > > Enabling 'gn check' on //webrtc/test. > > > > BUG=webrtc:6828 > > NOTRY=True > > > > Review-Url: https://codereview.webrtc.org/2796363003 > > Cr-Commit-Position: refs/heads/master@{#17689} > > Committed: https://chromium.googlesource.com/external/webrtc/+/b41445858e23fb757e5e10ac5631aa80e9e5eea9 > > TBR=kjellander@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6828 > > Review-Url: https://codereview.webrtc.org/2817003002 > Cr-Commit-Position: refs/heads/master@{#17690} > Committed: https://chromium.googlesource.com/external/webrtc/+/8a24f47bad6eebb0fba10c3bbdb9556e43e19379 Review-Url: https://codereview.webrtc.org/2815103005 Cr-Commit-Position: refs/heads/master@{#17758}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 24, 2017
…id:1 of https://codereview.webrtc.org/2812933002/ ) Reason for revert: Downstream roadblock should be cleared by now. Relanding original patch. Original issue's description: > Revert of Change NetEq::InsertPacket to take an RTPHeader (patchset #2 id:20001 of https://codereview.webrtc.org/2807273004/ ) > > Reason for revert: > Broke downstream dependencies. > > Original issue's description: > > Change NetEq::InsertPacket to take an RTPHeader > > > > It used to take a WebRtcRTPHeader as input, which has an RTPHeader as > > a member. None of the other member in WebRtcRTPHeader where used in > > NetEq. > > > > This CL adapts the production code; tests and tools will be converted > > in a follow-up CL. > > > > BUG=webrtc:7467 > > > > Review-Url: https://codereview.webrtc.org/2807273004 > > Cr-Commit-Position: refs/heads/master@{#17652} > > Committed: https://chromium.googlesource.com/external/webrtc/+/4d027576a6f7420fc4ec6be7f4f991cfad34b826 > > TBR=ivoc@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:7467 > > Review-Url: https://codereview.webrtc.org/2812933002 > Cr-Commit-Position: refs/heads/master@{#17657} > Committed: https://chromium.googlesource.com/external/webrtc/+/10d095d4f743bc16f8e486e156c48a6d023b32c5 R=ivoc@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng BUG=webrtc:7467 Review-Url: https://codereview.webrtc.org/2835093002 . Cr-Commit-Position: refs/heads/master@{#17843}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 24, 2017
… of https://codereview.webrtc.org/2815103005/ ) Reason for revert: Breaks Chromium because in Chromium we import WebRTC with rtc_include_tests=false (https://bugs.chromium.org/p/chromium/issues/detail?id=713179#c6). Chromium uses webrtc/test/fuzzers and this CL adds test dependencies to neteq_rtc_fuzzer. Original issue's description: > Reland of Enabling 'gn check' on //webrtc/test. (patchset #1 id:1 of https://codereview.webrtc.org/2817003002/ ) > > Reason for revert: > The original CL was breaking a downstream buildbot: https://build.chromium.org/p/client.webrtc/builders/Linux64%20Release%20%28Libfuzzer%29/builds/5429 > > This CL fixes some dependencies in: webrtc/test/fuzzers/BUILD.gn > (PS #2 and PS #3). > > BUG=webrtc:6828 > > Original issue's description: > > Revert of Enabling 'gn check' on //webrtc/test. (patchset #10 id:180001 of https://codereview.webrtc.org/2796363003/ ) > > > > Reason for revert: > > It is breaking a downstream bot. > > > > Original issue's description: > > > Enabling 'gn check' on //webrtc/test. > > > > > > BUG=webrtc:6828 > > > NOTRY=True > > > > > > Review-Url: https://codereview.webrtc.org/2796363003 > > > Cr-Commit-Position: refs/heads/master@{#17689} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/b41445858e23fb757e5e10ac5631aa80e9e5eea9 > > > > TBR=kjellander@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:6828 > > > > Review-Url: https://codereview.webrtc.org/2817003002 > > Cr-Commit-Position: refs/heads/master@{#17690} > > Committed: https://chromium.googlesource.com/external/webrtc/+/8a24f47bad6eebb0fba10c3bbdb9556e43e19379 > > Review-Url: https://codereview.webrtc.org/2815103005 > Cr-Commit-Position: refs/heads/master@{#17758} > Committed: https://chromium.googlesource.com/external/webrtc/+/6f27633f47d0192f7cb04852be0988013e6c19dd TBR=kjellander@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:6828 NOTRY=True Review-Url: https://codereview.webrtc.org/2842533002 Cr-Commit-Position: refs/heads/master@{#17851}
jenkins-pristine
pushed a commit
that referenced
this pull request
Apr 28, 2017
… (patchset #2 id:60001 of https://codereview.chromium.org/2848443004/ ) Reason for revert: TranslateRect() is placed in a wrong position. Original issue's description: > Allow Windows to return a monitor out of the first quadrant > > Windows may return a DesktopCoordinate out of the first quadrant > (x >= 0 && y >= 0), this typically happens when the primary and secondary > monitors are swapped. i.e. The secondary monitor is on the left but the primary > one is on the right. > This change "moves" the entire screen from any quadrant to the (0, 0), so we can > capture the monitors in other quadrants. > > BUG=chromium:715689 > > Review-Url: https://codereview.webrtc.org/2848443004 > Cr-Commit-Position: refs/heads/master@{#17935} > Committed: https://chromium.googlesource.com/external/webrtc/+/049ec71e657eef3d15e0f15d60acb1a71e81b521 TBR=sergeyu@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:715689 Review-Url: https://codereview.webrtc.org/2852783002 Cr-Commit-Position: refs/heads/master@{#17936}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 3, 2017
…970001 of https://codereview.webrtc.org/2834073005/ ) Reason for revert: The bug number for the chromium bug was wrong. Original issue's description: > Added ARM Neon optimizations for AEC3 > > This CL adds Neon SIMD optimizations for AEC3 on ARM, resulting > in an 8 times complexity reduction. The optimizations are basically > identical to what was already in place for SSE2. > > BUG=chromium:14993, webrtc:6018 > > Review-Url: https://codereview.webrtc.org/2834073005 > Cr-Commit-Position: refs/heads/master@{#17993} > Committed: https://chromium.googlesource.com/external/webrtc/+/f246b91eba0e8d95bd3fee4634887fb6d3017811 TBR=ivoc@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:14993, webrtc:6018 Review-Url: https://codereview.webrtc.org/2856113003 Cr-Commit-Position: refs/heads/master@{#17994}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 3, 2017
…1 of https://codereview.webrtc.org/2856113003/ ) Reason for revert: The original patch set was correct, but the Chromium bug number needed to be corrected. Original issue's description: > Revert of Added ARM Neon SIMD optimizations for AEC3 (patchset #2 id:970001 of https://codereview.webrtc.org/2834073005/ ) > > Reason for revert: > The bug number for the chromium bug was wrong. > > Original issue's description: > > Added ARM Neon optimizations for AEC3 > > > > This CL adds Neon SIMD optimizations for AEC3 on ARM, resulting > > in an 8 times complexity reduction. The optimizations are basically > > identical to what was already in place for SSE2. > > > > BUG=chromium:14993, webrtc:6018 > > > > Review-Url: https://codereview.webrtc.org/2834073005 > > Cr-Commit-Position: refs/heads/master@{#17993} > > Committed: https://chromium.googlesource.com/external/webrtc/+/f246b91eba0e8d95bd3fee4634887fb6d3017811 > > TBR=ivoc@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:14993, webrtc:6018 > > Review-Url: https://codereview.webrtc.org/2856113003 > Cr-Commit-Position: refs/heads/master@{#17994} > Committed: https://chromium.googlesource.com/external/webrtc/+/b70f8cfd4d5cf6fe31a8089df9955b7e7b7ebd32 TBR=ivoc@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:714993, webrtc:6018 Review-Url: https://codereview.webrtc.org/2862573002 Cr-Commit-Position: refs/heads/master@{#17997}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 4, 2017
…tc/sdk/objc/ (patchset #2 id:60001 of https://codereview.webrtc.org/2851563003/ ) Reason for revert: Breaks downstream targets. Original issue's description: > Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ > > CoreVideoFrameBuffer is Mac/iPhone specific and should be moved into > the webrtc/sdk/objc/ folder. > > BUG=None > > Review-Url: https://codereview.webrtc.org/2851563003 > Cr-Commit-Position: refs/heads/master@{#17998} > Committed: https://chromium.googlesource.com/external/webrtc/+/d41631aa274e926c4fba1600cbcfbc18020eb35a TBR=kthelgason@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review-Url: https://codereview.webrtc.org/2862663003 Cr-Commit-Position: refs/heads/master@{#18004}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 4, 2017
…tc/sdk/objc/ (patchset #1 id:1 of https://codereview.webrtc.org/2862663003/ ) Reason for revert: Keep header file for backwards compatibility Original issue's description: > Revert of Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ (patchset #2 id:60001 of https://codereview.webrtc.org/2851563003/ ) > > Reason for revert: > Breaks downstream targets. > > Original issue's description: > > Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ > > > > CoreVideoFrameBuffer is Mac/iPhone specific and should be moved into > > the webrtc/sdk/objc/ folder. > > > > BUG=None > > > > Review-Url: https://codereview.webrtc.org/2851563003 > > Cr-Commit-Position: refs/heads/master@{#17998} > > Committed: https://chromium.googlesource.com/external/webrtc/+/d41631aa274e926c4fba1600cbcfbc18020eb35a > > TBR=kthelgason@webrtc.org,magjed@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=None > > Review-Url: https://codereview.webrtc.org/2862663003 > Cr-Commit-Position: refs/heads/master@{#18004} > Committed: https://chromium.googlesource.com/external/webrtc/+/c34e730896032ae730b5917306bb4f79e62d03dd TBR=kthelgason@webrtc.org,ehmaldonado@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review-Url: https://codereview.webrtc.org/2860033002 Cr-Commit-Position: refs/heads/master@{#18011}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 12, 2017
… firing. The crash occurs if a slot causes the very next slot in iteration order to be disconnected. Relanding after fixing a race condition that this CL revealed. Previously the race resulted in an invalidated iterator, but now it will result in the iterator being modified, so TSan catches it. BUG=webrtc:7527 Review-Url: https://codereview.webrtc.org/2846593005 Cr-Commit-Position: refs/heads/master@{#18124}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 17, 2017
…eview.webrtc.org/2888533004/ ) Reason for revert: Might have broken CQ. Original issue's description: > Add gerrit to cq.cfg > > BUG=chromium:672378 > NOTRY=True > > Review-Url: https://codereview.webrtc.org/2888533004 > Cr-Commit-Position: refs/heads/master@{#18177} > Committed: https://chromium.googlesource.com/external/webrtc/+/81a28f1174e3c175f4c60040d8754ecf7e4bbb28 TBR=tandrii@chromium.org,kjellander@webrtc.org,tandrii@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:672378 Review-Url: https://codereview.webrtc.org/2888113002 Cr-Commit-Position: refs/heads/master@{#18178}
jenkins-pristine
pushed a commit
that referenced
this pull request
May 17, 2017
…w.webrtc.org/2888113002/ ) Reason for revert: False alarm Original issue's description: > Revert of Add gerrit to cq.cfg (patchset #2 id:20001 of https://codereview.webrtc.org/2888533004/ ) > > Reason for revert: > Might have broken CQ. > > Original issue's description: > > Add gerrit to cq.cfg > > > > BUG=chromium:672378 > > NOTRY=True > > > > Review-Url: https://codereview.webrtc.org/2888533004 > > Cr-Commit-Position: refs/heads/master@{#18177} > > Committed: https://chromium.googlesource.com/external/webrtc/+/81a28f1174e3c175f4c60040d8754ecf7e4bbb28 > > TBR=tandrii@chromium.org,kjellander@webrtc.org,tandrii@google.com > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:672378 > > Review-Url: https://codereview.webrtc.org/2888113002 > Cr-Commit-Position: refs/heads/master@{#18178} > Committed: https://chromium.googlesource.com/external/webrtc/+/b30843a2faae8975b2d9f6706f9013327b169948 TBR=tandrii@chromium.org,kjellander@webrtc.org,tandrii@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:672378 Review-Url: https://codereview.webrtc.org/2886143002 Cr-Commit-Position: refs/heads/master@{#18181}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jun 8, 2017
…#2 id:160001 of https://codereview.webrtc.org/2924023002/ ) Reason for revert: Looks like there's still one failing perf test: RampUpTest.UpDownUpTransportSequenceNumberPacketLoss Original issue's description: > Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ ) > > Reason for revert: > Create reland cl that we can patch with fix. > > Original issue's description: > > Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ ) > > > > Reason for revert: > > Breaks some Call perf tests that are not run by the try bots.... > > > > Original issue's description: > > > Fix bug in vie_encoder.cc which caused channel parameters not to be updated at regular intervals, as it was intended. > > > > > > That however exposes a bunch of failed test, so this CL also fixed a few other things: > > > * FakeEncoder should trust the configured FPS value rather than guesstimating itself based on the realtime clock, so as not to completely undershoot targets in offline mode. Also, compensate for key-frame overshoots when outputting delta frames. > > > * FrameDropper should not assuming incoming frame rate is 0 if no frames have been seen. > > > * Fix a bunch of test cases that started failing because they were relying on the fake encoder undershooting. > > > * Fix test > > > > > > BUG=7664 > > > > > > Review-Url: https://codereview.webrtc.org/2883963002 > > > Cr-Commit-Position: refs/heads/master@{#18473} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/6431e21da672a5f3bbf166d3d4d98b171d015706 > > > > TBR=stefan@webrtc.org,holmer@google.com > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=7664 > > > > Review-Url: https://codereview.webrtc.org/2923993002 > > Cr-Commit-Position: refs/heads/master@{#18475} > > Committed: https://chromium.googlesource.com/external/webrtc/+/5390c4814d7880ea79edcd55596ea25e0d9b97ad > > TBR=stefan@webrtc.org,holmer@google.com > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=7664 > > Review-Url: https://codereview.webrtc.org/2924023002 > Cr-Commit-Position: refs/heads/master@{#18497} > Committed: https://chromium.googlesource.com/external/webrtc/+/cdafeda1cb95ac49104b2cc5112bab8def863818 TBR=stefan@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=7664 Review-Url: https://codereview.webrtc.org/2926283002 Cr-Commit-Position: refs/heads/master@{#18500}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jul 10, 2017
…Interface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) Reason for revert: It breaks a downstream project. Original issue's description: > Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. > > Added documentation of thread expectations for video tracks and sources to the API. > > BUG=None > > Review-Url: https://codereview.webrtc.org/2964863002 > Cr-Commit-Position: refs/heads/master@{#18938} > Committed: https://chromium.googlesource.com/external/webrtc/+/f1377f722271b4b5a090d4dba10201031d31f20d TBR=deadbeef@webrtc.org,noahric@chromium.org,yujo@chromium.org,perkj@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=None Review-Url: https://codereview.webrtc.org/2979493003 Cr-Commit-Position: refs/heads/master@{#18942}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jul 10, 2017
…rnal sources (patchset #2 id:20001 of https://codereview.webrtc.org/2968153002/ ) Reason for revert: Failing chromoting tests Original issue's description: > Refactor timing frame logic to work with encoders with internal sources > > BUG=webrtc:7594,webrtc:7893 > > Review-Url: https://codereview.webrtc.org/2968153002 > Cr-Commit-Position: refs/heads/master@{#18955} > Committed: https://chromium.googlesource.com/external/webrtc/+/a7a4535a35e2fccfab06c79d8704c1ca92970a6e TBR=sprang@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7594,webrtc:7893 Review-Url: https://codereview.webrtc.org/2980533002 Cr-Commit-Position: refs/heads/master@{#18957}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jul 15, 2017
…ps://codereview.webrtc.org/2979983002/ ) Reason for revert: Still having problems with no video. Reverting. Once no video is visible, no video is available from then on even if the callee app is in the foreground. Original issue's description: > Reland of Injectable Obj-C video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2979973002/ ) > > Reason for revert: > Fix the broken build file > > Original issue's description: > > Revert of Injectable Obj-C video codecs (patchset #3 id:400001 of https://codereview.webrtc.org/2981583002/ ) > > > > Reason for revert: > > Breaks bots. Build file incorrect. > > > > Original issue's description: > > > Reland of Injectable Obj-C video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2975963002/ ) > > > > > > Reason for revert: > > > New CL for fixing the issues > > > > > > Original issue's description: > > > > Revert of Injectable Obj-C video codecs (patchset #8 id:140001 of https://codereview.webrtc.org/2966023002/ ) > > > > > > > > Reason for revert: > > > > Causes no video in certain scenarios. Please come up with a test plan or unit test to prevent such problems in the future. > > > > > > > > Original issue's description: > > > > > Injectable Obj-C video codecs > > > > > > > > > > Initial CL for this effort, with a working RTCVideoEncoder/Decoder for H264 > > > > > (wrapping the VideoToolbox codec). > > > > > > > > > > Some notes / things left to do: > > > > > - There are some hard-coded references to codec types that are supported by > > > > > webrtc::VideoCodec, cricket::VideoCodec, webrtc::CodecSpecificInfo etc > > > > > since we need to convert to/from these types in ObjCVideoEncoder/Decoder. > > > > > These types would need to be more codec agnostic to avoid this. > > > > > - Most interfaces are borrowed from the design document for injectable > > > > > codecs in Android. Some data in the corresponding C++ classes is discarded > > > > > when converting to the Obj-C version, since it has fewer fields. I have not > > > > > verified whether all data that we do keep is needed, or whether we might be > > > > > losing anything useful in these conversions. > > > > > - Implement the VideoToolbox codec code directly in the RTCVideoEncoderH264 > > > > > classes, instead of wrapping webrtc::H264VideoToolboxEncoder / decoder. > > > > > Eliminates converting between ObjC/C++ types outside the ObjCVideoEncoder/ > > > > > Decoder wrapper classes. > > > > > - List the injected codec factory's supported codecs in the list of codecs in > > > > > AppRTCMobile. > > > > > > > > > > BUG=webrtc:7924 > > > > > R=magjed@webrtc.org > > > > > > > > > > Review-Url: https://codereview.webrtc.org/2966023002 . > > > > > Cr-Commit-Position: refs/heads/master@{#18928} > > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/a0349c138db62c52435be84b6c837f5f4758e264 > > > > > > > > TBR=magjed@webrtc.org,andersc@webrtc.org > > > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > > > BUG=webrtc:7924 > > > > NOTRY=true > > > > > > > > Review-Url: https://codereview.webrtc.org/2975963002 > > > > Cr-Commit-Position: refs/heads/master@{#18979} > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/1095ada7ad56fe29b7b2bbc560a8f6475a7978ce > > > > > > R=magjed@webrtc.org > > > TBR=tkchin@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:7924 > > > > > > Review-Url: https://codereview.webrtc.org/2981583002 . > > > Cr-Commit-Position: refs/heads/master@{#19002} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/a5f1de1e6541de03f944bcbf49be87c01f57a18b > > > > TBR=magjed@webrtc.org,tkchin@webrtc.org,jtteh@webrtc.org,andersc@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:7924 > > > > Review-Url: https://codereview.webrtc.org/2979973002 > > Cr-Commit-Position: refs/heads/master@{#19004} > > Committed: https://chromium.googlesource.com/external/webrtc/+/81d40ee1491d5229c2677cc04b1f40d67c2babef > > TBR=magjed@webrtc.org,tkchin@webrtc.org,jtteh@webrtc.org,sprang@webrtc.org > BUG=webrtc:7924 > > Review-Url: https://codereview.webrtc.org/2979983002 > Cr-Commit-Position: refs/heads/master@{#19005} > Committed: https://chromium.googlesource.com/external/webrtc/+/732a3437da4db7b452758b8e1cf26fce0ce3bf65 TBR=magjed@webrtc.org,tkchin@webrtc.org,sprang@webrtc.org,haysc@webrtc.org,andersc@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:7924 Review-Url: https://codereview.webrtc.org/2980173002 Cr-Commit-Position: refs/heads/master@{#19036}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jul 21, 2017
…ix sorting. (patchset #2 id:20001 of https://codereview.webrtc.org/2983213002/ ) Reason for revert: Breaks IpcNetworkManagerTest.TestMergeNetworkList, because it has built-in assumptions about network ordering that it shouldn't have. Will reland after fixing that test. Original issue's description: > Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. > > This CL moves the responsibility for restricting the number of IPv6 > interfaces used for ICE to BasicPortAllocator. This is the right place > to do it in the first place; it's where all the rest of the filtering > occurs. And NetworkManager shouldn't need to know about ICE limitations; > only the ICE classes should. > > Part of the reason I'm doing this is that I want to add a > "max_ipv6_networks" API to RTCConfiguration, so that applications can > override the default easily (see linked bug). But that means that > PeerConnection would need to be able to call "set_max_ipv6_networks" on > the underlying object that does the filtering, and that method isn't > available on the "NetworkManager" base class. So rather than adding > another method to a place it doesn't belong, I'm moving it to the place > it does belong. > > In the process, I noticed that "CompareNetworks" is inconsistent with > "SortNetworks"; the former orders interfaces alphabetically, and the > latter reverse-alphabetically. I believe this was unintentional, and > results in undesirable behavior (like "eth1" being preferred over > "eth0"), so I'm fixing it and adding a test. > > BUG=webrtc:7703 > > Review-Url: https://codereview.webrtc.org/2983213002 > Cr-Commit-Position: refs/heads/master@{#19112} > Committed: https://chromium.googlesource.com/external/webrtc/+/ad9561404c0cc007574eaedade581928aa3d24ef TBR=zhihuang@webrtc.org,pthatcher@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7703 Review-Url: https://codereview.webrtc.org/2984853002 Cr-Commit-Position: refs/heads/master@{#19114}
jenkins-pristine
pushed a commit
that referenced
this pull request
Jul 25, 2017
…codereview.webrtc.org/2980173002/ ) Reason for revert: Relanding after fixing issues with no video. Original issue's description: > Revert of Injectable Obj-C video codecs (patchset #2 id:370001 of https://codereview.webrtc.org/2979983002/ ) > > Reason for revert: > Still having problems with no video. Reverting. > Once no video is visible, no video is available from then on even if the callee app is in the foreground. > > > Original issue's description: > > Reland of Injectable Obj-C video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2979973002/ ) > > > > Reason for revert: > > Fix the broken build file > > > > Original issue's description: > > > Revert of Injectable Obj-C video codecs (patchset #3 id:400001 of https://codereview.webrtc.org/2981583002/ ) > > > > > > Reason for revert: > > > Breaks bots. Build file incorrect. > > > > > > Original issue's description: > > > > Reland of Injectable Obj-C video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2975963002/ ) > > > > > > > > Reason for revert: > > > > New CL for fixing the issues > > > > > > > > Original issue's description: > > > > > Revert of Injectable Obj-C video codecs (patchset #8 id:140001 of https://codereview.webrtc.org/2966023002/ ) > > > > > > > > > > Reason for revert: > > > > > Causes no video in certain scenarios. Please come up with a test plan or unit test to prevent such problems in the future. > > > > > > > > > > Original issue's description: > > > > > > Injectable Obj-C video codecs > > > > > > > > > > > > Initial CL for this effort, with a working RTCVideoEncoder/Decoder for H264 > > > > > > (wrapping the VideoToolbox codec). > > > > > > > > > > > > Some notes / things left to do: > > > > > > - There are some hard-coded references to codec types that are supported by > > > > > > webrtc::VideoCodec, cricket::VideoCodec, webrtc::CodecSpecificInfo etc > > > > > > since we need to convert to/from these types in ObjCVideoEncoder/Decoder. > > > > > > These types would need to be more codec agnostic to avoid this. > > > > > > - Most interfaces are borrowed from the design document for injectable > > > > > > codecs in Android. Some data in the corresponding C++ classes is discarded > > > > > > when converting to the Obj-C version, since it has fewer fields. I have not > > > > > > verified whether all data that we do keep is needed, or whether we might be > > > > > > losing anything useful in these conversions. > > > > > > - Implement the VideoToolbox codec code directly in the RTCVideoEncoderH264 > > > > > > classes, instead of wrapping webrtc::H264VideoToolboxEncoder / decoder. > > > > > > Eliminates converting between ObjC/C++ types outside the ObjCVideoEncoder/ > > > > > > Decoder wrapper classes. > > > > > > - List the injected codec factory's supported codecs in the list of codecs in > > > > > > AppRTCMobile. > > > > > > > > > > > > BUG=webrtc:7924 > > > > > > R=magjed@webrtc.org > > > > > > > > > > > > Review-Url: https://codereview.webrtc.org/2966023002 . > > > > > > Cr-Commit-Position: refs/heads/master@{#18928} > > > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/a0349c138db62c52435be84b6c837f5f4758e264 > > > > > > > > > > TBR=magjed@webrtc.org,andersc@webrtc.org > > > > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > > > > BUG=webrtc:7924 > > > > > NOTRY=true > > > > > > > > > > Review-Url: https://codereview.webrtc.org/2975963002 > > > > > Cr-Commit-Position: refs/heads/master@{#18979} > > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/1095ada7ad56fe29b7b2bbc560a8f6475a7978ce > > > > > > > > R=magjed@webrtc.org > > > > TBR=tkchin@webrtc.org > > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > > NOPRESUBMIT=true > > > > NOTREECHECKS=true > > > > NOTRY=true > > > > BUG=webrtc:7924 > > > > > > > > Review-Url: https://codereview.webrtc.org/2981583002 . > > > > Cr-Commit-Position: refs/heads/master@{#19002} > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/a5f1de1e6541de03f944bcbf49be87c01f57a18b > > > > > > TBR=magjed@webrtc.org,tkchin@webrtc.org,jtteh@webrtc.org,andersc@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:7924 > > > > > > Review-Url: https://codereview.webrtc.org/2979973002 > > > Cr-Commit-Position: refs/heads/master@{#19004} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/81d40ee1491d5229c2677cc04b1f40d67c2babef > > > > TBR=magjed@webrtc.org,tkchin@webrtc.org,jtteh@webrtc.org,sprang@webrtc.org > > BUG=webrtc:7924 > > > > Review-Url: https://codereview.webrtc.org/2979983002 > > Cr-Commit-Position: refs/heads/master@{#19005} > > Committed: https://chromium.googlesource.com/external/webrtc/+/732a3437da4db7b452758b8e1cf26fce0ce3bf65 > > TBR=magjed@webrtc.org,tkchin@webrtc.org,sprang@webrtc.org,haysc@webrtc.org,andersc@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:7924 > > Review-Url: https://codereview.webrtc.org/2980173002 > Cr-Commit-Position: refs/heads/master@{#19036} > Committed: https://chromium.googlesource.com/external/webrtc/+/860f7298166084d966749e22b69aa2fdcf4d4ed6 TBR=magjed@webrtc.org,tkchin@webrtc.org,sprang@webrtc.org,haysc@webrtc.org,andersc@webrtc.org,jtteh@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:7924 Review-Url: https://codereview.webrtc.org/2977213002 Cr-Commit-Position: refs/heads/master@{#19135}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 1, 2017
…Interface::AddOrUpdateSink on wt Added documentation of thread expectations for video tracks and sources to the API. Originally landed as patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/. Patchset 1 is the originall cl. Patschet 2 is modified so that VideoTrackInterface::AddSink and RemoveSink have a default implementation. BUG=none Review-Url: https://codereview.webrtc.org/2989113002 Cr-Commit-Position: refs/heads/master@{#19195}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 17, 2017
…ror. (patchset #2 id:170001 of https://codereview.webrtc.org/2996823002/ ) Reason for revert: Causes iOS H264 calls received in the background to have increased delay before being able to decode stream from sender due to not having a keyframe. Original issue's description: > Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2994043002/ ) > > Reason for revert: > Create fix CL. > > Original issue's description: > > Revert of Request keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.webrtc.org/2993793002/ ) > > > > Reason for revert: > > Broke downstream test that was waiting for 5 keyframes to be received within 10 seconds. Maybe the issue is that "stats_callback_->OnCompleteFrame(frame->num_references == 0, ..." was changed to "frame->is_keyframe()"? > > > > Original issue's description: > > > Request keyframes more frequently on stream start/decoding error. > > > > > > In this CL: > > > - Added FrameObject::is_keyframe() convinience function. > > > - Moved logic to request keyframes on decoding error from VideoReceived to > > > VideoReceiveStream. > > > - Added keyframe_required as a parameter to FrameBuffer::NextFrame. > > > > > > BUG=webrtc:8074 > > > > > > Review-Url: https://codereview.webrtc.org/2993793002 > > > Cr-Commit-Position: refs/heads/master@{#19280} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/26b48043581735eed6e36b95fae6f5b1bcf8cfb5 > > > > TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,philipel@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:8074 > > > > Review-Url: https://codereview.webrtc.org/2994043002 > > Cr-Commit-Position: refs/heads/master@{#19295} > > Committed: https://chromium.googlesource.com/external/webrtc/+/77a983185f57628cd5955bd2c0a1bf71c30439bb > > TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,deadbeef@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > BUG=webrtc:8074 > > Review-Url: https://codereview.webrtc.org/2996823002 > Cr-Commit-Position: refs/heads/master@{#19324} > Committed: https://chromium.googlesource.com/external/webrtc/+/628ac5964e32e66083a6ab14dceac6cb2cabe345 TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,deadbeef@webrtc.org,philipel@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:8074 Review-Url: https://codereview.webrtc.org/2995153002 Cr-Commit-Position: refs/heads/master@{#19392}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 18, 2017
… layers are configured and NACK is enabl… (patchset #2 id:20001 of https://codereview.webrtc.org/2925253002/ ) Reason for revert: Failing WebRtcVideoQualityBrowserTest.MANUAL_TestVideoQualityVp* tests. Mac #19383-19392 https://build.chromium.org/p/chromium.webrtc.fyi/builders/Mac%20Tester/builds/42197 Win8 #19383-19385 https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win8%20Tester/builds/1496 Win7 #19383-19385 https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win7%20Tester/builds/9807 Win10 #19383-19385 https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win10%20Tester/builds/8452 Original issue's description: > Turn off error resilience for VP9 if no spatial or temporal layers are configured and NACK is enabled. > > Error resilience is currently always enabled for VP9 which reduces quality. > > Reland of https://codereview.webrtc.org/2532053002 > > BUG=webrtc:6783 > > Review-Url: https://codereview.webrtc.org/2925253002 > Cr-Commit-Position: refs/heads/master@{#19385} > Committed: https://chromium.googlesource.com/external/webrtc/+/6b463faccbf145b54b8fb2666bfeab868256df08 TBR=brandtr@webrtc.org,asapersson@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6783 Review-Url: https://codereview.webrtc.org/2995173002 Cr-Commit-Position: refs/heads/master@{#19399}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 18, 2017
… layers are configured and NACK is enabl… (patchset #1 id:1 of https://codereview.webrtc.org/2995173002/ ) Reason for revert: Speculative revert didn't help, see for the actual reason https://bugs.chromium.org/p/chromium/issues/detail?id=756741. Original issue's description: > Revert of Turn off error resilience for VP9 if no spatial or temporal layers are configured and NACK is enabl… (patchset #2 id:20001 of https://codereview.webrtc.org/2925253002/ ) > > Reason for revert: > Failing WebRtcVideoQualityBrowserTest.MANUAL_TestVideoQualityVp* tests. > > Mac #19383-19392 > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Mac%20Tester/builds/42197 > Win8 #19383-19385 > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win8%20Tester/builds/1496 > Win7 #19383-19385 > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win7%20Tester/builds/9807 > Win10 #19383-19385 > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win10%20Tester/builds/8452 > > Original issue's description: > > Turn off error resilience for VP9 if no spatial or temporal layers are configured and NACK is enabled. > > > > Error resilience is currently always enabled for VP9 which reduces quality. > > > > Reland of https://codereview.webrtc.org/2532053002 > > > > BUG=webrtc:6783 > > > > Review-Url: https://codereview.webrtc.org/2925253002 > > Cr-Commit-Position: refs/heads/master@{#19385} > > Committed: https://chromium.googlesource.com/external/webrtc/+/6b463faccbf145b54b8fb2666bfeab868256df08 > > TBR=brandtr@webrtc.org,asapersson@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6783 > > Review-Url: https://codereview.webrtc.org/2995173002 > Cr-Commit-Position: refs/heads/master@{#19399} > Committed: https://chromium.googlesource.com/external/webrtc/+/7b532db9ad08a86678c85b67179b3c444ee0a8b2 TBR=brandtr@webrtc.org,asapersson@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:6783 Review-Url: https://codereview.webrtc.org/3002933002 Cr-Commit-Position: refs/heads/master@{#19402}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 18, 2017
…ror. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ ) Reason for revert: iOS workaround. Original issue's description: > Revert of quest keyframes more frequently on stream start/decoding error. (patchset #2 id:170001 of https://codereview.webrtc.org/2996823002/ ) > > Reason for revert: > Causes iOS H264 calls received in the background to have increased delay before being able to decode stream from sender due to not having a keyframe. > > Original issue's description: > > Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2994043002/ ) > > > > Reason for revert: > > Create fix CL. > > > > Original issue's description: > > > Revert of Request keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.webrtc.org/2993793002/ ) > > > > > > Reason for revert: > > > Broke downstream test that was waiting for 5 keyframes to be received within 10 seconds. Maybe the issue is that "stats_callback_->OnCompleteFrame(frame->num_references == 0, ..." was changed to "frame->is_keyframe()"? > > > > > > Original issue's description: > > > > Request keyframes more frequently on stream start/decoding error. > > > > > > > > In this CL: > > > > - Added FrameObject::is_keyframe() convinience function. > > > > - Moved logic to request keyframes on decoding error from VideoReceived to > > > > VideoReceiveStream. > > > > - Added keyframe_required as a parameter to FrameBuffer::NextFrame. > > > > > > > > BUG=webrtc:8074 > > > > > > > > Review-Url: https://codereview.webrtc.org/2993793002 > > > > Cr-Commit-Position: refs/heads/master@{#19280} > > > > Committed: https://chromium.googlesource.com/external/webrtc/+/26b48043581735eed6e36b95fae6f5b1bcf8cfb5 > > > > > > TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,philipel@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:8074 > > > > > > Review-Url: https://codereview.webrtc.org/2994043002 > > > Cr-Commit-Position: refs/heads/master@{#19295} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/77a983185f57628cd5955bd2c0a1bf71c30439bb > > > > TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,deadbeef@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > BUG=webrtc:8074 > > > > Review-Url: https://codereview.webrtc.org/2996823002 > > Cr-Commit-Position: refs/heads/master@{#19324} > > Committed: https://chromium.googlesource.com/external/webrtc/+/628ac5964e32e66083a6ab14dceac6cb2cabe345 > > TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,deadbeef@webrtc.org,philipel@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:8074 > > Review-Url: https://codereview.webrtc.org/2995153002 > Cr-Commit-Position: refs/heads/master@{#19392} > Committed: https://chromium.googlesource.com/external/webrtc/+/53959fcc2ba580e7c87231708e5b4af7906f6836 TBR=terelius@webrtc.org,stefan@webrtc.org,noahric@chromium.org,deadbeef@webrtc.org,tkchin@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. BUG=webrtc:8074 Review-Url: https://codereview.webrtc.org/2996153003 Cr-Commit-Position: refs/heads/master@{#19410}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 22, 2017
…:20001 of https://codereview.webrtc.org/2997913003/ ) Reason for revert: Breaks the internal bots. Root cause: The "public_deps" is defined behind an "if" condition which may not be true. Original issue's description: > Modify profiles for H264 encode SW fallback > > We have only Constrained Baseline profile available in SW encoder impl > so modify the profile to that in case of a fallback > > BUG=chromium:735959 > > Review-Url: https://codereview.webrtc.org/2997913003 > Cr-Commit-Position: refs/heads/master@{#19436} > Committed: https://chromium.googlesource.com/external/webrtc/+/1fd66656b3754c22a43f4eded57e022916bb6064 TBR=magjed@webrtc.org,emircan@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:735959 Review-Url: https://codereview.webrtc.org/2995373002 Cr-Commit-Position: refs/heads/master@{#19438}
jenkins-pristine
pushed a commit
that referenced
this pull request
Aug 23, 2017
…:1 of https://codereview.webrtc.org/2995373002/ ) Reason for revert: Fix and reland. Original issue's description: > Revert of Modify profiles for H264 encode SW fallback (patchset #2 id:20001 of https://codereview.webrtc.org/2997913003/ ) > > Reason for revert: > Breaks the internal bots. > Root cause: The "public_deps" is defined behind an "if" condition which may not be true. > > Original issue's description: > > Modify profiles for H264 encode SW fallback > > > > We have only Constrained Baseline profile available in SW encoder impl > > so modify the profile to that in case of a fallback > > > > BUG=chromium:735959 > > > > Review-Url: https://codereview.webrtc.org/2997913003 > > Cr-Commit-Position: refs/heads/master@{#19436} > > Committed: https://chromium.googlesource.com/external/webrtc/+/1fd66656b3754c22a43f4eded57e022916bb6064 > > TBR=magjed@webrtc.org,emircan@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:735959 > > Review-Url: https://codereview.webrtc.org/2995373002 > Cr-Commit-Position: refs/heads/master@{#19438} > Committed: https://chromium.googlesource.com/external/webrtc/+/296b64eb25949d84d9cb85fce02e7ba05be9d419 TBR=magjed@webrtc.org,zhihuang@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromium:735959 Review-Url: https://codereview.webrtc.org/2997423002 Cr-Commit-Position: refs/heads/master@{#19476}
jenkins-pristine
pushed a commit
that referenced
this pull request
Sep 6, 2017
…ging (patchset #2 id:40001 of https://codereview.webrtc.org/3011023002/ ) Reason for revert: This is not needed, since the script is run on the bot, not on a swarming task. Original issue's description: > Reland of Add //build/android/pylib/results/ to Android isolate packaging (patchset #1 id:1 of https://codereview.webrtc.org/3008083004/ ) > > Reason for revert: > Now making sure the data attribute contents is not wiped for non-Android targets, > which caused every test relying on resources to break. > > Original issue's description: > > Revert of Add //build/android/pylib/results/ to Android isolate packaging (patchset #1 id:1 of https://codereview.webrtc.org/3006103002/ ) > > > > Reason for revert: > > Breaks memcheck bot: https://build.chromium.org/p/client.webrtc/builders/Linux%20Memcheck/builds/11554 > > > > Edward: do you understand why? I'll run a full CQ set before relanding for sure. > > > > Original issue's description: > > > Add //build/android/pylib/results/ to Android isolate packaging > > > > > > This is needed before relanding > > > https://chromium-review.googlesource.com/c/chromium/tools/build/+/619228 > > > > > > TESTED= > > > I built tools_unittests and verified build/android/pylib/results/presentation/test_results_presentation.py > > > is listed in the .isolated file: > > > OUT=out/android-Release > > > TEST=tools_unittests > > > tools_webrtc/mb/mb.py isolate //$OUT $TEST > > > tools/swarming_client/isolate.py archive -I https://isolateserver.appspot.com -i $OUT/$TEST.isolate -s $OUT/$TEST.isolated > > > > > > BUG=chromium:717417 > > > NOTRY=True > > > > > > Review-Url: https://codereview.webrtc.org/3006103002 > > > Cr-Commit-Position: refs/heads/master@{#19695} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/f8ff0282c6b605f16fa5464b9496be1f6bac35ed > > > > TBR=ehmaldonado@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=chromium:717417 > > > > Review-Url: https://codereview.webrtc.org/3008083004 > > Cr-Commit-Position: refs/heads/master@{#19696} > > Committed: https://chromium.googlesource.com/external/webrtc/+/e5abac443a5cbaf5acdcdc7c0876f8ba2aa48ad1 > > BUG=chromium:717417 > > Review-Url: https://codereview.webrtc.org/3011023002 > Cr-Commit-Position: refs/heads/master@{#19707} > Committed: https://chromium.googlesource.com/external/webrtc/+/2e75bd4ed8a6111f9bc5b71de23a1dee41137415 TBR=kjellander@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:717417 Review-Url: https://codereview.webrtc.org/3011063002 Cr-Commit-Position: refs/heads/master@{#19717}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
kAudioOutputUnitProperty_SetInputCallback for kAudioUnitScope_Global bus is 0