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

Issue 814403002: [Chromecast] Add CmaMediaRendererFactory and IPC proxy components (Closed)

Created:
6 years ago by erickung1
Modified:
5 years, 12 months ago
Reviewers:
lcwu1, Tom Sepez, gunsch
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add CmaMediaRendererFactory and IPC components on render process BUG=408189 Committed: https://crrev.com/7218ee391b4251c878f0f74df0bfaf1f5cfcd9fb Cr-Commit-Position: refs/heads/master@{#309455}

Patch Set 1 #

Total comments: 79

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1902 lines, -20 lines) Patch
M chromecast/chromecast.gyp View 1 1 chunk +15 lines, -0 lines 0 comments Download
M chromecast/common/chromecast_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chromecast/common/chromecast_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A + chromecast/common/media/cma_ipc_common.h View 1 1 chunk +10 lines, -6 lines 0 comments Download
M chromecast/common/media/cma_messages.h View 1 3 chunks +14 lines, -13 lines 0 comments Download
M chromecast/common/media/cma_param_traits_macros.h View 1 3 chunks +6 lines, -1 line 0 comments Download
A chromecast/common/media/shared_memory_chunk.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
A chromecast/common/media/shared_memory_chunk.cc View 1 chunk +36 lines, -0 lines 0 comments Download
M chromecast/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.cc View 2 chunks +15 lines, -0 lines 0 comments Download
A chromecast/renderer/media/audio_pipeline_proxy.h View 1 1 chunk +79 lines, -0 lines 0 comments Download
A chromecast/renderer/media/audio_pipeline_proxy.cc View 1 2 1 chunk +311 lines, -0 lines 0 comments Download
A chromecast/renderer/media/cma_media_renderer_factory.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A chromecast/renderer/media/cma_media_renderer_factory.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A chromecast/renderer/media/cma_message_filter_proxy.h View 1 1 chunk +135 lines, -0 lines 0 comments Download
A chromecast/renderer/media/cma_message_filter_proxy.cc View 1 1 chunk +272 lines, -0 lines 0 comments Download
A chromecast/renderer/media/media_channel_proxy.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A chromecast/renderer/media/media_channel_proxy.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download
A chromecast/renderer/media/media_pipeline_proxy.h View 1 1 chunk +85 lines, -0 lines 0 comments Download
A chromecast/renderer/media/media_pipeline_proxy.cc View 1 2 1 chunk +283 lines, -0 lines 0 comments Download
A chromecast/renderer/media/video_pipeline_proxy.h View 1 1 chunk +76 lines, -0 lines 0 comments Download
A chromecast/renderer/media/video_pipeline_proxy.cc View 1 2 1 chunk +299 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
erickung1
6 years ago (2014-12-20 08:08:18 UTC) #2
gunsch
Commit message comments: * Since Chromium commits go to everyone (build status pages, build bot ...
6 years ago (2014-12-20 22:18:07 UTC) #3
gunsch
https://codereview.chromium.org/814403002/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/814403002/diff/1/chromecast/chromecast.gyp#newcode179 chromecast/chromecast.gyp:179: 'renderer/media/audio_pipeline_proxy.cc', Move these to 'cast_shell_media' below. Including CMA code ...
6 years ago (2014-12-20 22:41:35 UTC) #4
erickung1
https://codereview.chromium.org/814403002/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/814403002/diff/1/chromecast/chromecast.gyp#newcode179 chromecast/chromecast.gyp:179: 'renderer/media/audio_pipeline_proxy.cc', On 2014/12/20 22:41:33, gunsch wrote: > Move these ...
6 years ago (2014-12-21 11:10:48 UTC) #5
gunsch
lgtm % nits https://codereview.chromium.org/814403002/diff/20001/chromecast/renderer/media/cma_media_renderer_factory.cc File chromecast/renderer/media/cma_media_renderer_factory.cc (right): https://codereview.chromium.org/814403002/diff/20001/chromecast/renderer/media/cma_media_renderer_factory.cc#newcode22 chromecast/renderer/media/cma_media_renderer_factory.cc:22: scoped_ptr<::media::Renderer> CmaMediaRendererFactory::CreateRenderer( "<::" --> "< ::" ...
5 years, 12 months ago (2014-12-21 22:17:22 UTC) #6
erickung1
https://codereview.chromium.org/814403002/diff/20001/chromecast/renderer/media/cma_media_renderer_factory.cc File chromecast/renderer/media/cma_media_renderer_factory.cc (right): https://codereview.chromium.org/814403002/diff/20001/chromecast/renderer/media/cma_media_renderer_factory.cc#newcode22 chromecast/renderer/media/cma_media_renderer_factory.cc:22: scoped_ptr<::media::Renderer> CmaMediaRendererFactory::CreateRenderer( On 2014/12/21 22:17:22, gunsch wrote: > "<::" ...
5 years, 12 months ago (2014-12-22 01:41:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/814403002/40001
5 years, 12 months ago (2014-12-22 01:42:05 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/31915)
5 years, 12 months ago (2014-12-22 01:48:30 UTC) #11
gunsch
On 2014/12/22 01:48:30, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 12 months ago (2014-12-22 01:52:07 UTC) #13
Tom Sepez
Messages LGTM.
5 years, 12 months ago (2014-12-22 20:16:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/814403002/40001
5 years, 12 months ago (2014-12-22 20:22:48 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 12 months ago (2014-12-22 20:30:53 UTC) #17
commit-bot: I haz the power
5 years, 12 months ago (2014-12-22 20:32:11 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7218ee391b4251c878f0f74df0bfaf1f5cfcd9fb
Cr-Commit-Position: refs/heads/master@{#309455}

Powered by Google App Engine
This is Rietveld 408576698