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

Issue 1649933002: [Chromecast] Hook up mojo media pipeline. (Closed)

Created:
4 years, 10 months ago by alokp
Modified:
4 years, 10 months ago
Reviewers:
xhwang, jam, halliwell
CC:
chromium-reviews, qsr+mojo_chromium.org, feature-media-reviews_chromium.org, lcwu+watch_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, halliwell+watch_chromium.org, gunsch+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, jrummell
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Hook up mojo media pipeline. The pipeline backend is no-op as of this patch. BUG=571155 Committed: https://crrev.com/aa2fdfb700402dc9ad4016519b967b3ca86210f1 Cr-Commit-Position: refs/heads/master@{#373374}

Patch Set 1 #

Patch Set 2 : reverted unnecessary changes #

Total comments: 5

Patch Set 3 : used MojoMediaApplication #

Patch Set 4 : fixed chrome build with enable_mojo_media #

Total comments: 2

Patch Set 5 : addressed comments #

Total comments: 11

Patch Set 6 : explicit constructor #

Patch Set 7 : added correct deps #

Patch Set 8 : fixed link error for enable_mojo_media=utility config #

Total comments: 13

Patch Set 9 : comment for cdm_service #

Patch Set 10 : rebase #

Patch Set 11 : fixed gn check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -74 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -5 lines 0 comments Download
M chromecast/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -9 lines 0 comments Download
M chromecast/browser/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 1 2 3 4 2 chunks +11 lines, -5 lines 0 comments Download
M chromecast/media/BUILD.gn View 2 chunks +5 lines, -0 lines 0 comments Download
M chromecast/media/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A chromecast/media/mojo/BUILD.gn View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A chromecast/media/mojo/cast_mojo_media_client.cc View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/shell/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M content/shell/DEPS View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/browser/shell_content_browser_client.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M media/mojo/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/BUILD.gn View 1 2 3 4 5 6 7 8 9 5 chunks +28 lines, -24 lines 0 comments Download
M media/mojo/services/main.cc View 1 2 1 chunk +11 lines, -5 lines 0 comments Download
M media/mojo/services/mojo_media_application.h View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M media/mojo/services/mojo_media_application.cc View 1 2 3 4 3 chunks +2 lines, -16 lines 0 comments Download

Messages

Total messages: 29 (7 generated)
alokp
4 years, 10 months ago (2016-01-28 23:31:34 UTC) #2
xhwang
Mostly looking good. I just have one question. https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h File chromecast/media/mojo/cast_media_application.h (right): https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h#newcode14 chromecast/media/mojo/cast_media_application.h:14: class ...
4 years, 10 months ago (2016-01-29 05:44:13 UTC) #3
alokp
https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h File chromecast/media/mojo/cast_media_application.h (right): https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h#newcode14 chromecast/media/mojo/cast_media_application.h:14: class CastMediaApplication On 2016/01/29 05:44:13, xhwang wrote: > Is ...
4 years, 10 months ago (2016-01-29 06:08:36 UTC) #4
alokp
4 years, 10 months ago (2016-01-29 06:08:38 UTC) #5
xhwang
https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h File chromecast/media/mojo/cast_media_application.h (right): https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h#newcode14 chromecast/media/mojo/cast_media_application.h:14: class CastMediaApplication On 2016/01/29 06:08:36, alokp wrote: > On ...
4 years, 10 months ago (2016-01-29 07:00:44 UTC) #7
alokp
https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h File chromecast/media/mojo/cast_media_application.h (right): https://chromiumcodereview.appspot.com/1649933002/diff/20001/chromecast/media/mojo/cast_media_application.h#newcode14 chromecast/media/mojo/cast_media_application.h:14: class CastMediaApplication On 2016/01/29 07:00:44, xhwang wrote: > On ...
4 years, 10 months ago (2016-01-29 18:29:25 UTC) #8
alokp
Xiaohan: PTAL
4 years, 10 months ago (2016-01-29 23:30:35 UTC) #9
xhwang
Sorry for the delay. I was sick and OOO on Friday. https://codereview.chromium.org/1649933002/diff/60001/media/mojo/services/default_mojo_media_application.cc File media/mojo/services/default_mojo_media_application.cc (right): ...
4 years, 10 months ago (2016-02-01 21:06:18 UTC) #10
alokp
https://codereview.chromium.org/1649933002/diff/60001/media/mojo/services/default_mojo_media_application.cc File media/mojo/services/default_mojo_media_application.cc (right): https://codereview.chromium.org/1649933002/diff/60001/media/mojo/services/default_mojo_media_application.cc#newcode82 media/mojo/services/default_mojo_media_application.cc:82: }; On 2016/02/01 21:06:18, xhwang wrote: > This file ...
4 years, 10 months ago (2016-02-01 23:17:59 UTC) #11
xhwang
https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn File chromecast/media/mojo/BUILD.gn (right): https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn#newcode10 chromecast/media/mojo/BUILD.gn:10: source_set("mojo") { nit: "mojo" seems too generic. How about ...
4 years, 10 months ago (2016-02-02 00:12:27 UTC) #12
alokp
https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn File chromecast/media/mojo/BUILD.gn (right): https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn#newcode10 chromecast/media/mojo/BUILD.gn:10: source_set("mojo") { On 2016/02/02 00:12:27, xhwang wrote: > nit: ...
4 years, 10 months ago (2016-02-02 00:40:44 UTC) #13
xhwang
https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn File chromecast/media/mojo/BUILD.gn (right): https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn#newcode10 chromecast/media/mojo/BUILD.gn:10: source_set("mojo") { On 2016/02/02 00:40:44, alokp wrote: > On ...
4 years, 10 months ago (2016-02-02 00:50:12 UTC) #14
alokp
On 2016/02/02 00:50:12, xhwang wrote: > https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn > File chromecast/media/mojo/BUILD.gn (right): > > https://codereview.chromium.org/1649933002/diff/80001/chromecast/media/mojo/BUILD.gn#newcode10 > ...
4 years, 10 months ago (2016-02-02 18:20:35 UTC) #15
xhwang
Thanks! Just have one question and a few nits. https://chromiumcodereview.appspot.com/1649933002/diff/140001/chromecast/browser/cast_content_browser_client.cc File chromecast/browser/cast_content_browser_client.cc (right): https://chromiumcodereview.appspot.com/1649933002/diff/140001/chromecast/browser/cast_content_browser_client.cc#newcode56 chromecast/browser/cast_content_browser_client.cc:56: ...
4 years, 10 months ago (2016-02-02 20:25:16 UTC) #16
alokp
https://codereview.chromium.org/1649933002/diff/140001/chromecast/browser/cast_content_browser_client.cc File chromecast/browser/cast_content_browser_client.cc (right): https://codereview.chromium.org/1649933002/diff/140001/chromecast/browser/cast_content_browser_client.cc#newcode56 chromecast/browser/cast_content_browser_client.cc:56: #include "media/mojo/services/mojo_media_application.h" // nogncheck On 2016/02/02 20:25:16, xhwang wrote: ...
4 years, 10 months ago (2016-02-02 20:37:00 UTC) #17
xhwang
LGTM! Thanks for the cleanup! https://codereview.chromium.org/1649933002/diff/140001/content/shell/browser/shell_content_browser_client.cc File content/shell/browser/shell_content_browser_client.cc (right): https://codereview.chromium.org/1649933002/diff/140001/content/shell/browser/shell_content_browser_client.cc#newcode228 content/shell/browser/shell_content_browser_client.cc:228: apps->insert(std::make_pair( On 2016/02/02 20:37:00, ...
4 years, 10 months ago (2016-02-02 20:46:49 UTC) #18
alokp
jam: content, chrome halliwell: chromecast
4 years, 10 months ago (2016-02-02 20:57:57 UTC) #20
jam
lgtm
4 years, 10 months ago (2016-02-02 21:58:39 UTC) #21
halliwell
On 2016/02/02 21:58:39, jam wrote: > lgtm lgtm
4 years, 10 months ago (2016-02-03 22:12:07 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1649933002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1649933002/200001
4 years, 10 months ago (2016-02-03 22:21:21 UTC) #25
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 10 months ago (2016-02-03 22:56:02 UTC) #27
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 22:57:14 UTC) #29
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/aa2fdfb700402dc9ad4016519b967b3ca86210f1
Cr-Commit-Position: refs/heads/master@{#373374}

Powered by Google App Engine
This is Rietveld 408576698