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

Issue 1407083006: Update MediaRecorderHandler to use AudioTrackRecorder (Closed)

Created:
5 years, 1 month ago by ajose
Modified:
5 years, 1 month ago
Reviewers:
mcasas
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update MediaRecorderHandler to use AudioTrackRecorder This is the third of ~three CLs for adding the audio component of MediaStreamRecording. These CLs will be: 1) Add AudioTrackRecorder, a MediaStreamAudioSink which will be owned by MediaRecorderHandler 2) Update WebmMuxer to mux Opus output of AudioTrackRecorder 3) Update MediaRecorderHandler to use AudioTrackRecorder BUG=528519 Committed: https://crrev.com/a664ea923f135c74b9494acb36ee524e4c9f8448 Cr-Commit-Position: refs/heads/master@{#360704}

Patch Set 1 : #

Patch Set 2 : add layout tests #

Total comments: 23

Patch Set 3 : remove layouttests #

Patch Set 4 : get tests passing #

Patch Set 5 : trybots #

Total comments: 16

Patch Set 6 : mcasas@'s comments #

Total comments: 2

Patch Set 7 : mcasas@'s comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -50 lines) Patch
M content/renderer/media/media_recorder_handler.h View 1 2 3 5 chunks +10 lines, -1 line 0 comments Download
M content/renderer/media/media_recorder_handler.cc View 1 2 3 4 5 6 7 chunks +93 lines, -34 lines 0 comments Download
M content/renderer/media/media_recorder_handler_unittest.cc View 1 2 3 4 5 6 10 chunks +134 lines, -9 lines 0 comments Download
M content/renderer/media/mock_media_stream_registry.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/mock_media_stream_registry.cc View 1 2 3 4 5 2 chunks +35 lines, -6 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
ajose
Worth a first look?
5 years, 1 month ago (2015-10-27 23:36:55 UTC) #3
mcasas
Some comments. Nothing major. https://codereview.chromium.org/1407083006/diff/40001/content/public/renderer/media_stream_api.cc File content/public/renderer/media_stream_api.cc (right): https://codereview.chromium.org/1407083006/diff/40001/content/public/renderer/media_stream_api.cc#newcode80 content/public/renderer/media_stream_api.cc:80: // params, ? https://codereview.chromium.org/1407083006/diff/40001/content/public/renderer/media_stream_api.cc#newcode97 content/public/renderer/media_stream_api.cc:97: ...
5 years, 1 month ago (2015-11-10 18:18:59 UTC) #4
ajose
Sorry for the long delay. https://codereview.chromium.org/1407083006/diff/40001/content/renderer/media/media_recorder_handler.cc File content/renderer/media/media_recorder_handler.cc (right): https://codereview.chromium.org/1407083006/diff/40001/content/renderer/media/media_recorder_handler.cc#newcode187 content/renderer/media/media_recorder_handler.cc:187: } On 2015/11/10 18:18:58, ...
5 years, 1 month ago (2015-11-18 00:11:52 UTC) #7
mcasas
almost there. https://codereview.chromium.org/1407083006/diff/160001/content/renderer/media/media_recorder_handler.cc File content/renderer/media/media_recorder_handler.cc (right): https://codereview.chromium.org/1407083006/diff/160001/content/renderer/media/media_recorder_handler.cc#newcode45 content/renderer/media/media_recorder_handler.cc:45: // TODO(ajose): Not sure about some of ...
5 years, 1 month ago (2015-11-19 00:49:52 UTC) #9
ajose
Thanks for the comments https://codereview.chromium.org/1407083006/diff/160001/content/renderer/media/media_recorder_handler.cc File content/renderer/media/media_recorder_handler.cc (right): https://codereview.chromium.org/1407083006/diff/160001/content/renderer/media/media_recorder_handler.cc#newcode45 content/renderer/media/media_recorder_handler.cc:45: // TODO(ajose): Not sure about ...
5 years, 1 month ago (2015-11-19 22:17:19 UTC) #11
mcasas
LGTM w/ suggestion https://codereview.chromium.org/1407083006/diff/200001/content/renderer/media/media_recorder_handler.cc File content/renderer/media/media_recorder_handler.cc (right): https://codereview.chromium.org/1407083006/diff/200001/content/renderer/media/media_recorder_handler.cc#newcode55 content/renderer/media/media_recorder_handler.cc:55: token.compare("video/vp8") != 0 && what about ...
5 years, 1 month ago (2015-11-19 22:44:00 UTC) #12
ajose
https://codereview.chromium.org/1407083006/diff/200001/content/renderer/media/media_recorder_handler.cc File content/renderer/media/media_recorder_handler.cc (right): https://codereview.chromium.org/1407083006/diff/200001/content/renderer/media/media_recorder_handler.cc#newcode55 content/renderer/media/media_recorder_handler.cc:55: token.compare("video/vp8") != 0 && On 2015/11/19 22:44:00, mcasas wrote: ...
5 years, 1 month ago (2015-11-19 22:59:01 UTC) #13
mcasas
On 2015/11/19 22:59:01, ajose wrote: > https://codereview.chromium.org/1407083006/diff/200001/content/renderer/media/media_recorder_handler.cc > File content/renderer/media/media_recorder_handler.cc (right): > > https://codereview.chromium.org/1407083006/diff/200001/content/renderer/media/media_recorder_handler.cc#newcode55 > ...
5 years, 1 month ago (2015-11-19 23:33:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1407083006/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1407083006/220001
5 years, 1 month ago (2015-11-19 23:38:22 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ios_rel_device_ninja on ...
5 years, 1 month ago (2015-11-20 01:03:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1407083006/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1407083006/220001
5 years, 1 month ago (2015-11-20 01:11:12 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:220001)
5 years, 1 month ago (2015-11-20 01:23:08 UTC) #21
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 01:24:01 UTC) #22
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a664ea923f135c74b9494acb36ee524e4c9f8448
Cr-Commit-Position: refs/heads/master@{#360704}

Powered by Google App Engine
This is Rietveld 408576698