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

Issue 1827263002: Early initialize recording on the ADM from WebRtcVoiceMediaChannel. (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, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, pbos-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Early initialize recording on the ADM from WebRtcVoiceMediaChannel. BUG=webrtc:4690 Committed: https://crrev.com/d53a3f9758c6c9d7fb71a88a33cdbd8557a70b55 Cr-Commit-Position: refs/heads/master@{#12369}

Patch Set 1 #

Patch Set 2 : set upstream to 1830213002 #

Total comments: 10

Patch Set 3 : addressed comments #

Total comments: 4

Patch Set 4 : Simplify the solution #

Total comments: 2

Patch Set 5 : addressed comment #

Patch Set 6 : Tests work #

Patch Set 7 : comment #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Patch Set 12 : breaking test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -22 lines) Patch
M webrtc/api/test/fakeaudiocapturemodule.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -1 line 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 15 chunks +27 lines, -17 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/voice_engine/voe_base_impl.cc View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 39 (15 generated)
the sun
4 years, 9 months ago (2016-03-24 21:52:48 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc#newcode2538 webrtc/media/engine/webrtcvoiceengine.cc:2538: void WebRtcVoiceMediaChannel::SetupRecording() { Maybe add a comment explaining that ...
4 years, 8 months ago (2016-03-29 01:05:38 UTC) #4
the sun
https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc#newcode2538 webrtc/media/engine/webrtcvoiceengine.cc:2538: void WebRtcVoiceMediaChannel::SetupRecording() { On 2016/03/29 01:05:37, Taylor Brandstetter wrote: ...
4 years, 8 months ago (2016-03-31 10:49:47 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc#newcode2544 webrtc/media/engine/webrtcvoiceengine.cc:2544: if (engine()->adm()->StartRecording() != 0) { On 2016/03/31 10:49:47, the ...
4 years, 8 months ago (2016-03-31 18:11:26 UTC) #6
juberti2
https://codereview.webrtc.org/1827263002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/40001/webrtc/media/engine/webrtcvoiceengine.cc#newcode1815 webrtc/media/engine/webrtcvoiceengine.cc:1815: SetupRecording(); Won't this happen anyway as a result of ...
4 years, 8 months ago (2016-03-31 18:57:38 UTC) #8
the sun
https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/20001/webrtc/media/engine/webrtcvoiceengine.cc#newcode2544 webrtc/media/engine/webrtcvoiceengine.cc:2544: if (engine()->adm()->StartRecording() != 0) { On 2016/03/31 18:11:25, Taylor ...
4 years, 8 months ago (2016-04-01 09:07:46 UTC) #9
Taylor Brandstetter
https://codereview.webrtc.org/1827263002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc#newcode1815 webrtc/media/engine/webrtcvoiceengine.cc:1815: if (!engine()->adm()->Recording()) { Shouldn't this call "RecordingIsInitialized"?
4 years, 8 months ago (2016-04-01 18:41:02 UTC) #10
the sun
https://codereview.webrtc.org/1827263002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1827263002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc#newcode1815 webrtc/media/engine/webrtcvoiceengine.cc:1815: if (!engine()->adm()->Recording()) { On 2016/04/01 18:41:02, Taylor Brandstetter wrote: ...
4 years, 8 months ago (2016-04-01 21:35:40 UTC) #11
Taylor Brandstetter
On 2016/04/01 21:35:40, the sun wrote: > https://codereview.webrtc.org/1827263002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc > File webrtc/media/engine/webrtcvoiceengine.cc (right): > > https://codereview.webrtc.org/1827263002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc#newcode1815 ...
4 years, 8 months ago (2016-04-05 01:10:56 UTC) #12
the sun
On 2016/04/05 01:10:56, Taylor Brandstetter wrote: > On 2016/04/01 21:35:40, the sun wrote: > > ...
4 years, 8 months ago (2016-04-06 11:47:53 UTC) #13
Taylor Brandstetter
lgtm
4 years, 8 months ago (2016-04-06 19:04:35 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1827263002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1827263002/140001
4 years, 8 months ago (2016-04-06 20:28:46 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-06 21:29:01 UTC) #18
the sun
On 2016/04/06 21:29:01, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 8 months ago (2016-04-06 21:29:38 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1827263002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1827263002/160001
4 years, 8 months ago (2016-04-07 08:02:27 UTC) #22
the sun
On 2016/04/07 08:02:27, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 8 months ago (2016-04-07 08:13:38 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/4662)
4 years, 8 months ago (2016-04-07 08:35:26 UTC) #25
the sun
Adding pthatcher@ for review of webrtc/api/test/, in case Justin is running low on cycles...
4 years, 8 months ago (2016-04-12 11:22:48 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1827263002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1827263002/200001
4 years, 8 months ago (2016-04-14 17:54:42 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/14244) mac_rel on ...
4 years, 8 months ago (2016-04-14 18:01:33 UTC) #31
pthatcher1
lgtm
4 years, 8 months ago (2016-04-14 19:34:15 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1827263002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1827263002/220001
4 years, 8 months ago (2016-04-14 19:55:10 UTC) #35
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 8 months ago (2016-04-14 20:56:42 UTC) #37
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 20:56:53 UTC) #39
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/d53a3f9758c6c9d7fb71a88a33cdbd8557a70b55
Cr-Commit-Position: refs/heads/master@{#12369}

Powered by Google App Engine
This is Rietveld 408576698