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

Issue 2672583002: Remove VoEVideoSync interface. (Closed)

Created:
3 years, 10 months ago by the sun
Modified:
3 years, 10 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, Andrew MacDonald, henrika_webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove VoEVideoSync interface. The removed tests are covered by cases in call_perf_tests. BUG=webrtc:4690 Review-Url: https://codereview.webrtc.org/2672583002 Cr-Commit-Position: refs/heads/master@{#16621} Committed: https://chromium.googlesource.com/external/webrtc/+/08b19dfc671306e37640a18250aeebefd4e6a92a

Patch Set 1 #

Patch Set 2 : removed more #

Patch Set 3 : more remove #

Patch Set 4 : rebase #

Total comments: 8

Patch Set 5 : rebase #

Patch Set 6 : better comment #

Patch Set 7 : rebase #

Patch Set 8 : better thread checking #

Total comments: 3

Patch Set 9 : rebase+comment #

Patch Set 10 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -623 lines) Patch
M webrtc/audio/audio_receive_stream.cc View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/test/mock_voice_engine.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -16 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -4 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -8 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -45 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -4 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 2 3 4 5 6 7 13 chunks +51 lines, -56 lines 0 comments Download
D webrtc/voice_engine/include/voe_video_sync.h View 1 chunk +0 lines, -99 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/video_sync_test.cc View 1 2 1 chunk +0 lines, -129 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_standard_test.h View 1 2 3 4 5 6 7 8 9 3 chunks +1 line, -3 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_standard_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_test_defines.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc View 1 2 3 4 5 6 7 8 9 4 chunks +0 lines, -6 lines 0 comments Download
D webrtc/voice_engine/voe_video_sync_impl.h View 1 chunk +0 lines, -52 lines 0 comments Download
D webrtc/voice_engine/voe_video_sync_impl.cc View 1 chunk +0 lines, -181 lines 0 comments Download
M webrtc/voice_engine/voice_engine_impl.h View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 34 (18 generated)
the sun
3 years, 10 months ago (2017-02-08 20:47:30 UTC) #4
kwiberg-webrtc
https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel.cc File webrtc/voice_engine/channel.cc (right): https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel.cc#newcode1236 webrtc/voice_engine/channel.cc:1236: // This needs to be done before |sending| is ...
3 years, 10 months ago (2017-02-09 10:16:40 UTC) #5
the sun
https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel.cc File webrtc/voice_engine/channel.cc (right): https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel.cc#newcode1236 webrtc/voice_engine/channel.cc:1236: // This needs to be done before |sending| is ...
3 years, 10 months ago (2017-02-11 12:05:54 UTC) #6
kwiberg-webrtc
https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel.cc File webrtc/voice_engine/channel.cc (right): https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel.cc#newcode1236 webrtc/voice_engine/channel.cc:1236: // This needs to be done before |sending| is ...
3 years, 10 months ago (2017-02-11 21:25:25 UTC) #7
the sun
https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel_proxy.cc File webrtc/voice_engine/channel_proxy.cc (right): https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel_proxy.cc#newcode137 webrtc/voice_engine/channel_proxy.cc:137: // Called on worker thread or Call's module_process_thread_. On ...
3 years, 10 months ago (2017-02-11 23:24:54 UTC) #8
kwiberg-webrtc
https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel_proxy.cc File webrtc/voice_engine/channel_proxy.cc (right): https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel_proxy.cc#newcode137 webrtc/voice_engine/channel_proxy.cc:137: // Called on worker thread or Call's module_process_thread_. On ...
3 years, 10 months ago (2017-02-12 00:58:37 UTC) #9
the sun
Added better thread checking
3 years, 10 months ago (2017-02-12 10:18:13 UTC) #10
the sun
On 2017/02/12 00:58:37, kwiberg-webrtc wrote: > https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel_proxy.cc > File webrtc/voice_engine/channel_proxy.cc (right): > > https://codereview.webrtc.org/2672583002/diff/60001/webrtc/voice_engine/channel_proxy.cc#newcode137 > ...
3 years, 10 months ago (2017-02-12 10:20:22 UTC) #11
kwiberg-webrtc
Sorry if I'm being difficult, but the concurrency situation with this class seems to be ...
3 years, 10 months ago (2017-02-13 13:58:05 UTC) #16
the sun
On 2017/02/13 13:58:05, kwiberg-webrtc wrote: > Sorry if I'm being difficult, but the concurrency situation ...
3 years, 10 months ago (2017-02-13 19:43:17 UTC) #17
the sun
Removing Stefan - this was more an FYI for you.
3 years, 10 months ago (2017-02-14 10:37:44 UTC) #19
kwiberg-webrtc
Those comments make things much clearer. lgtm!
3 years, 10 months ago (2017-02-14 13:40:17 UTC) #20
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/2672583002/180001
3 years, 10 months ago (2017-02-14 17:05:38 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/21311)
3 years, 10 months ago (2017-02-14 17:15:17 UTC) #29
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/2672583002/180001
3 years, 10 months ago (2017-02-15 08:18:22 UTC) #31
commit-bot: I haz the power
3 years, 10 months ago (2017-02-15 08:42:36 UTC) #34
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/08b19dfc671306e37640a1825...

Powered by Google App Engine
This is Rietveld 408576698