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

Issue 1088063002: DO NOT SUBMIT: initial Chromecast patch for https://codereview.chromium.org/1053113002/ (Closed)

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

Description

DO NOT SUBMIT: initial Chromecast patch for https://codereview.chromium.org/1053113002/ BUG=

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -15 lines) Patch
M chromecast/media/base/switching_media_renderer.h View 1 chunk +0 lines, -1 line 0 comments Download
M chromecast/media/base/switching_media_renderer.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chromecast/media/cma/filters/cma_renderer.h View 4 chunks +4 lines, -3 lines 0 comments Download
M chromecast/media/cma/filters/cma_renderer.cc View 6 chunks +8 lines, -5 lines 0 comments Download
M chromecast/renderer/media/chromecast_media_renderer_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/renderer/media/chromecast_media_renderer_factory.cc View 2 chunks +5 lines, -3 lines 4 comments Download

Messages

Total messages: 3 (1 generated)
DaleCurtis
https://codereview.chromium.org/1088063002/diff/1/chromecast/renderer/media/chromecast_media_renderer_factory.cc File chromecast/renderer/media/chromecast_media_renderer_factory.cc (right): https://codereview.chromium.org/1088063002/diff/1/chromecast/renderer/media/chromecast_media_renderer_factory.cc#newcode65 chromecast/renderer/media/chromecast_media_renderer_factory.cc:65: new CmaRenderer(cma_media_pipeline.Pass(), video_renderer_sink)); This looks fine to me, but ...
5 years, 8 months ago (2015-04-15 16:30:58 UTC) #2
gunsch
5 years, 8 months ago (2015-04-15 16:38:09 UTC) #3
https://codereview.chromium.org/1088063002/diff/1/chromecast/renderer/media/c...
File chromecast/renderer/media/chromecast_media_renderer_factory.cc (right):

https://codereview.chromium.org/1088063002/diff/1/chromecast/renderer/media/c...
chromecast/renderer/media/chromecast_media_renderer_factory.cc:65: new
CmaRenderer(cma_media_pipeline.Pass(), video_renderer_sink));
On 2015/04/15 16:30:58, DaleCurtis wrote:
> This looks fine to me, but it's up to your team if somewhere in MediaPipeline
is
> a more natural fit; similar to how AudioRendererSink might be managed.

MediaPipelineProxy mostly coordinates a few dumb pipes to the browser-side
pipeline; I think CmaRenderer will be most appropriate going forward.

https://codereview.chromium.org/1088063002/diff/1/chromecast/renderer/media/c...
chromecast/renderer/media/chromecast_media_renderer_factory.cc:69:
video_renderer_sink));
On 2015/04/15 16:30:58, DaleCurtis wrote:
> Note, you'll need to be careful about who starts and stops the
VideoRendererSink
> in the future since you're handing it out to both renderers. 

Good thought. We only ever initialize one of the renderers, but we could
consider more lazily creating them at some point.

Powered by Google App Engine
This is Rietveld 408576698