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

Issue 2109333006: Removed TimeScheduler, Process() and TimeToNextProcess() from mixer (Closed)

Created:
4 years, 5 months ago by aleloi
Modified:
4 years, 4 months ago
Reviewers:
ivoc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@remove_callback
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Removed Module inheritance and unused methods and members TimeScheduler, Process() and TimeToNextProcess() from mixer. Committed: https://crrev.com/8b2233f5a6394461845310ca14c918b3ce9eb5ef Cr-Commit-Position: refs/heads/master@{#13552}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Pull from upstream CL: added tests and removed (hopefully) all of the callbacks #

Patch Set 3 : Changes suggested by reviewer: remove time scheduler import and named function argument. #

Patch Set 4 : Forgot to add test file (upstream) #

Patch Set 5 : Upstream: renamed files, add gyp. #

Total comments: 4

Patch Set 6 : Upstream changes: cpplint and test. #

Patch Set 7 : Added back mix call counter. #

Patch Set 8 : Added thread checker. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -58 lines) Patch
M webrtc/modules/audio_mixer/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_mixer/audio_mixer.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_mixer/include/new_audio_conference_mixer.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -7 lines 0 comments Download
M webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -11 lines 0 comments Download
M webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc View 1 2 3 4 5 6 7 5 chunks +4 lines, -40 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 58 (38 generated)
aleloi
This is the least complex and most uncontroversial change to the mixer. I removed some ...
4 years, 5 months ago (2016-07-01 09:55:56 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2109333006/20001
4 years, 5 months ago (2016-07-01 11:32:52 UTC) #5
ivoc
Looks good, see some minor comments below. https://codereview.webrtc.org/2109333006/diff/1/webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h File webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h (right): https://codereview.webrtc.org/2109333006/diff/1/webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h#newcode21 webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h:21: #include "webrtc/modules/audio_conference_mixer/source/time_scheduler.h" ...
4 years, 5 months ago (2016-07-01 11:35:20 UTC) #6
aleloi
https://codereview.webrtc.org/2109333006/diff/1/webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h File webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h (right): https://codereview.webrtc.org/2109333006/diff/1/webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h#newcode21 webrtc/modules/audio_mixer/source/audio_conference_mixer_impl.h:21: #include "webrtc/modules/audio_conference_mixer/source/time_scheduler.h" On 2016/07/01 11:35:20, ivoc wrote: > Is ...
4 years, 5 months ago (2016-07-01 11:42:13 UTC) #8
ivoc
https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc File webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc (left): https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc#oldcode195 webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc:195: assert(_processCalls == 0); It seems like this code checks ...
4 years, 5 months ago (2016-07-04 13:11:52 UTC) #9
aleloi
https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc File webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc (left): https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc#oldcode195 webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc:195: assert(_processCalls == 0); On 2016/07/04 13:11:52, ivoc wrote: > ...
4 years, 5 months ago (2016-07-06 10:20:32 UTC) #13
ivoc
https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc File webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc (left): https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc#oldcode195 webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc:195: assert(_processCalls == 0); On 2016/07/06 10:20:32, aleloi wrote: > ...
4 years, 5 months ago (2016-07-06 14:43:26 UTC) #17
aleloi
https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc File webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc (left): https://codereview.webrtc.org/2109333006/diff/80001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc#oldcode195 webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc:195: assert(_processCalls == 0); On 2016/07/06 14:43:26, ivoc wrote: > ...
4 years, 5 months ago (2016-07-06 15:17:19 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2109333006/280001
4 years, 5 months ago (2016-07-07 15:37:33 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/12649)
4 years, 5 months ago (2016-07-07 15:39:41 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2109333006/300001
4 years, 5 months ago (2016-07-08 08:38:49 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2109333006/320001
4 years, 5 months ago (2016-07-08 08:41:04 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_baremetal/builds/12594)
4 years, 5 months ago (2016-07-08 08:53:15 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2109333006/340001
4 years, 5 months ago (2016-07-08 09:26:22 UTC) #34
ivoc
Just one comment left, almost there. https://codereview.webrtc.org/2109333006/diff/340001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc File webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc (right): https://codereview.webrtc.org/2109333006/diff/340001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc#newcode178 webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc:178: RTC_DCHECK(thread_checker_.CalledOnValidThread()); Do you ...
4 years, 5 months ago (2016-07-08 12:19:28 UTC) #37
ivoc
On 2016/07/08 12:19:28, ivoc wrote: > Just one comment left, almost there. > > https://codereview.webrtc.org/2109333006/diff/340001/webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc ...
4 years, 5 months ago (2016-07-08 12:29:48 UTC) #44
commit-bot: I haz the power
This CL has an open dependency (Issue 2111293003 Patch 380001). Please resolve the dependency and ...
4 years, 4 months ago (2016-07-28 09:23:52 UTC) #53
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/2109333006/400001
4 years, 4 months ago (2016-07-28 11:06:51 UTC) #55
commit-bot: I haz the power
Committed patchset #8 (id:400001)
4 years, 4 months ago (2016-07-28 13:24:18 UTC) #56
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 13:24:35 UTC) #58
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/8b2233f5a6394461845310ca14c918b3ce9eb5ef
Cr-Commit-Position: refs/heads/master@{#13552}

Powered by Google App Engine
This is Rietveld 408576698