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

Issue 2066973002: Add AudioSendStream::SetMuted() method and use it in WVoMC::MuteStream(). (Closed)

Created:
4 years, 6 months ago by the sun
Modified:
4 years, 6 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, henrika_webrtc, hlundin-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, 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 AudioSendStream::SetMuted() method and use it in WVoMC::MuteStream(). Removes the need to use VoEVolume::SetInputMute()/GetInputMute(). BUG=webrtc:4690 NOTRY=true Committed: https://crrev.com/9421853e178151e5bf6f098a739da7a3db39528a Cr-Commit-Position: refs/heads/master@{#13172}

Patch Set 1 #

Total comments: 5

Patch Set 2 : rebase #

Patch Set 3 : Added a test case #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -16 lines) Patch
M webrtc/audio/audio_send_stream.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M webrtc/audio_send_stream.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvoe.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 3 chunks +20 lines, -15 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
the sun
4 years, 6 months ago (2016-06-14 19:54:29 UTC) #3
kwiberg-webrtc
https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoe.h File webrtc/media/engine/webrtcvoe.h (left): https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoe.h#oldcode26 webrtc/media/engine/webrtcvoe.h:26: #include "webrtc/voice_engine/include/voe_network.h" This appears unrelated to this CL? https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoiceengine.cc ...
4 years, 6 months ago (2016-06-16 09:33:45 UTC) #4
the sun
https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoe.h File webrtc/media/engine/webrtcvoe.h (left): https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoe.h#oldcode26 webrtc/media/engine/webrtcvoe.h:26: #include "webrtc/voice_engine/include/voe_network.h" On 2016/06/16 09:33:45, kwiberg-webrtc wrote: > This ...
4 years, 6 months ago (2016-06-16 12:31:38 UTC) #5
kwiberg-webrtc
lgtm https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/2066973002/diff/1/webrtc/media/engine/webrtcvoiceengine.cc#newcode2393 webrtc/media/engine/webrtcvoiceengine.cc:2393: all_muted = all_muted && kv.second->muted(); On 2016/06/16 12:31:38, ...
4 years, 6 months ago (2016-06-16 12:41:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2066973002/40001
4 years, 6 months ago (2016-06-16 14:17:49 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/8783)
4 years, 6 months ago (2016-06-16 14:30:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2066973002/60001
4 years, 6 months ago (2016-06-16 17:51:42 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-16 17:53:26 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-16 17:53:37 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9421853e178151e5bf6f098a739da7a3db39528a
Cr-Commit-Position: refs/heads/master@{#13172}

Powered by Google App Engine
This is Rietveld 408576698