Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Issue 1830213002: Remove WVoE::SetAudioDeviceModule() - it is now set in ctor. (Closed)

Created:
4 years, 9 months ago by the sun
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, Andrew MacDonald, henrika_webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, sdk-team_agora.io, peah-webrtc, minyue-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

- Add temporary VoEBase::audio_device_module() method. - Remove WVoE::SetAudioDeviceModule() - the ADM is now supplied in ctor. - Remove WVoE::Init() and WVoE::Terminate(). - Remove MediaEngineInterface::Terminate(). BUG=webrtc:4690 Committed: https://crrev.com/ff97631e3c7460c97909d67b5ff171003cb968eb Cr-Commit-Position: refs/heads/master@{#12173}

Patch Set 1 #

Patch Set 2 : Fix build issues #

Patch Set 3 : removed Construct() method #

Total comments: 8

Patch Set 4 : Remove WVoE::Init()/Terminate(). #

Patch Set 5 : Addressed comments #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -307 lines) Patch
M webrtc/media/base/fakemediaengine.h View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/media/base/mediaengine.h View 1 2 3 3 chunks +4 lines, -9 lines 0 comments Download
M webrtc/media/engine/fakewebrtcvoiceengine.h View 1 2 3 4 5 chunks +26 lines, -1 line 0 comments Download
M webrtc/media/engine/nullwebrtcvideoengine_unittest.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/media/engine/webrtcmediaengine.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.h View 1 2 3 4 5 7 chunks +7 lines, -16 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 2 3 4 5 7 chunks +30 lines, -89 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 1 2 3 4 129 chunks +162 lines, -179 lines 0 comments Download
M webrtc/pc/channelmanager.cc View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/voice_engine/include/voe_base.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (10 generated)
the sun
4 years, 9 months ago (2016-03-24 19:36:51 UTC) #4
pthatcher1
https://codereview.webrtc.org/1830213002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1830213002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc#newcode538 webrtc/media/engine/webrtcvoiceengine.cc:538: adm_->AddRef(); Should we use a scoped_refptr for adm_? https://codereview.webrtc.org/1830213002/diff/40001/webrtc/voice_engine/include/voe_base.h ...
4 years, 9 months ago (2016-03-25 23:23:22 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/1830213002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (left): https://codereview.webrtc.org/1830213002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc#oldcode552 webrtc/media/engine/webrtcvoiceengine.cc:552: voe_wrapper_.reset(); Is there a reason this was called here, ...
4 years, 8 months ago (2016-03-29 00:49:23 UTC) #6
the sun
https://codereview.webrtc.org/1830213002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (left): https://codereview.webrtc.org/1830213002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc#oldcode552 webrtc/media/engine/webrtcvoiceengine.cc:552: voe_wrapper_.reset(); On 2016/03/29 00:49:23, Taylor Brandstetter wrote: > Is ...
4 years, 8 months ago (2016-03-29 21:46:40 UTC) #8
pthatcher1
lgtm
4 years, 8 months ago (2016-03-30 16:37:55 UTC) #9
Taylor Brandstetter
lgtm
4 years, 8 months ago (2016-03-30 20:34:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1830213002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1830213002/100001
4 years, 8 months ago (2016-03-30 20:38:01 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 8 months ago (2016-03-30 22:38:30 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1830213002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1830213002/100001
4 years, 8 months ago (2016-03-31 05:48:56 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-03-31 06:28:56 UTC) #19
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 06:29:03 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ff97631e3c7460c97909d67b5ff171003cb968eb
Cr-Commit-Position: refs/heads/master@{#12173}

Powered by Google App Engine
This is Rietveld 408576698