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

Issue 2453243003: Remove voe::Channel::StopReceive() and associated logic. (Closed)

Created:
4 years, 1 month ago by the sun
Modified:
4 years, 1 month ago
Reviewers:
ossu, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), Andrew MacDonald, zhengzhonghou_agora.io, henrika_webrtc, stefan-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove voe::Channel::StopReceive() and associated logic. - The legacy API is not used in WVoE/MC. - Removed use of the API (along with StartReceive()) from unit tests. BUG=webrtc:4690 Committed: https://crrev.com/e566ac73410b1cc768805c523362ed457fd5f4e0 Cr-Commit-Position: refs/heads/master@{#14858}

Patch Set 1 #

Total comments: 3

Patch Set 2 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -90 lines) Patch
M webrtc/call/call_perf_tests.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/test/call_test.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 4 chunks +1 line, -10 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 chunks +2 lines, -24 lines 0 comments Download
M webrtc/voice_engine/include/voe_base.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/mixing_test.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_cpu_test.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_stress_test.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc View 5 chunks +0 lines, -18 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/voice_engine/voe_base_impl.cc View 1 1 chunk +2 lines, -17 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
the sun
4 years, 1 month ago (2016-10-27 09:32:49 UTC) #2
ossu
https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h File webrtc/voice_engine/include/voe_base.h (right): https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h#newcode165 webrtc/voice_engine/include/voe_base.h:165: virtual int StartReceive(int channel) = 0; If you're removing ...
4 years, 1 month ago (2016-10-27 09:40:56 UTC) #3
the sun
https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h File webrtc/voice_engine/include/voe_base.h (right): https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h#newcode165 webrtc/voice_engine/include/voe_base.h:165: virtual int StartReceive(int channel) = 0; On 2016/10/27 09:40:56, ...
4 years, 1 month ago (2016-10-27 10:44:02 UTC) #4
ossu
lgtm with comments https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h File webrtc/voice_engine/include/voe_base.h (right): https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h#newcode165 webrtc/voice_engine/include/voe_base.h:165: virtual int StartReceive(int channel) = 0; ...
4 years, 1 month ago (2016-10-27 12:58:37 UTC) #5
ossu
On 2016/10/27 12:58:37, ossu wrote: > lgtm with comments > > https://codereview.webrtc.org/2453243003/diff/1/webrtc/voice_engine/include/voe_base.h > File webrtc/voice_engine/include/voe_base.h ...
4 years, 1 month ago (2016-10-27 14:24:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2453243003/20001
4 years, 1 month ago (2016-10-28 07:48:25 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/9621)
4 years, 1 month ago (2016-10-28 07:50:54 UTC) #11
the sun
+kjellander for webrtc/test/
4 years, 1 month ago (2016-10-28 10:55:10 UTC) #12
the sun
-kjellander +stefan@ for test/ and video/
4 years, 1 month ago (2016-10-28 10:55:56 UTC) #13
the sun
4 years, 1 month ago (2016-10-28 10:56:12 UTC) #15
stefan-webrtc
lgtm
4 years, 1 month ago (2016-10-31 09:43:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2453243003/20001
4 years, 1 month ago (2016-10-31 19:04:11 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-31 19:52:37 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-10-31 20:00:02 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e566ac73410b1cc768805c523362ed457fd5f4e0
Cr-Commit-Position: refs/heads/master@{#14858}

Powered by Google App Engine
This is Rietveld 408576698