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

Issue 1330873002: MediaRecorderHandler: connecting Blink factory method to content/ (Closed)

Created:
5 years, 3 months ago by mcasas
Modified:
5 years, 2 months ago
Reviewers:
Avi (use Gerrit), miu
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MediaRecorderHandler: connecting Blink factory method to content/ MediaRecorderHandler changes to implementing WebMediaRecorderHandler; content/ overrides Blink's createMediaRecorderHandler(). context: MediaRecorderHandler is the Blink-orchestrated class implementing MediaStream Recorder API (see below). It plugs together an existing MediaStreamVideoTrack to a new VideoTrackRecorder-WebmMuxer pair. When MSVTrack passes frames, these get encoded, muxed, and the result is sent to Blink. See DD @ https://goo.gl/vSjzC5 (*) for the plan. The previous CL http://crrev.com/1313603004 landed MediaRecorderHandler, this one allows for its activation. (*) Used to be https://goo.gl/kreaQj Depends on https://crrev.com/1319473016 to disable Blink tests, that after landing-rolling, should be updated and reenabled. BUG=262211 Committed: https://crrev.com/7aea7157cff1fbf7774e566a5168d7e544834769 Cr-Commit-Position: refs/heads/master@{#348338}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : miu@s comment and NON_EXPORTED_BASE #

Patch Set 3 : Forward declaring WebMediaRecorderHandlerClient (ISO including full header) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -14 lines) Patch
M content/renderer/media/media_recorder_handler.h View 1 2 2 chunks +13 lines, -10 lines 0 comments Download
M content/renderer/media/media_recorder_handler.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/media/media_recorder_handler_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 3 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
mcasas
miu@ PTAL.
5 years, 3 months ago (2015-09-10 01:33:46 UTC) #6
mcasas
avi@: content/renderer/renderer_blink_platform_impl.{cc, h} please
5 years, 3 months ago (2015-09-10 01:34:40 UTC) #8
Avi (use Gerrit)
lgtm
5 years, 3 months ago (2015-09-10 01:36:02 UTC) #9
miu
lgtm % one issue (surprised the compiler didn't catch this): https://codereview.chromium.org/1330873002/diff/80001/content/renderer/media/media_recorder_handler.h File content/renderer/media/media_recorder_handler.h (right): https://codereview.chromium.org/1330873002/diff/80001/content/renderer/media/media_recorder_handler.h#newcode43 ...
5 years, 3 months ago (2015-09-10 02:31:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330873002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330873002/260001
5 years, 3 months ago (2015-09-11 05:35:28 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:260001)
5 years, 3 months ago (2015-09-11 05:40:42 UTC) #21
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/7aea7157cff1fbf7774e566a5168d7e544834769 Cr-Commit-Position: refs/heads/master@{#348338}
5 years, 3 months ago (2015-09-11 05:41:26 UTC) #22
pneubeck (no reviews)
On 2015/09/11 05:41:26, commit-bot: I haz the power wrote: > Patchset 3 (id:??) landed as ...
5 years, 3 months ago (2015-09-11 07:13:00 UTC) #23
commit-bot: I haz the power
5 years, 2 months ago (2015-09-23 12:19:11 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7aea7157cff1fbf7774e566a5168d7e544834769
Cr-Commit-Position: refs/heads/master@{#348338}

Powered by Google App Engine
This is Rietveld 408576698