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

Issue 2383663002: Make mojo renderer capable of supporting multiple streams/tracks (Closed)

Created:
4 years, 2 months ago by servolk
Modified:
3 years, 10 months ago
Reviewers:
kenrb, xhwang, alokp
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, alokp+watch_chromium.org, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make mojo renderer capable of supporting multiple streams/tracks BUG=487288 Review-Url: https://codereview.chromium.org/2383663002 Cr-Commit-Position: refs/heads/master@{#447296} Committed: https://chromium.googlesource.com/chromium/src/+/29a95dae5a20fc981148d196d6500c66c4858ae5

Patch Set 1 #

Patch Set 2 : buildfix #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : buildfix #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Patch Set 12 : rebase #

Patch Set 13 : rebase #

Patch Set 14 : rebase #

Patch Set 15 : rebase #

Total comments: 16

Patch Set 16 : CR feedback #

Total comments: 2

Patch Set 17 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -69 lines) Patch
M media/mojo/clients/mojo_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -4 lines 0 comments Download
M media/mojo/clients/mojo_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +34 lines, -28 lines 0 comments Download
M media/mojo/interfaces/renderer.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -4 lines 0 comments Download
M media/mojo/services/demuxer_stream_provider_shim.h View 1 2 3 chunks +5 lines, -8 lines 0 comments Download
M media/mojo/services/demuxer_stream_provider_shim.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +10 lines, -15 lines 0 comments Download
M media/mojo/services/media_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -3 lines 0 comments Download
M media/mojo/services/mojo_renderer_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M media/mojo/services/mojo_renderer_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 89 (74 generated)
servolk
4 years, 2 months ago (2016-09-30 20:40:23 UTC) #11
xhwang
Thanks for the CL! I just replied to the offline email. Let's discuss there first, ...
4 years, 2 months ago (2016-09-30 23:06:26 UTC) #12
servolk
On 2016/09/30 23:06:26, xhwang_slow wrote: > Thanks for the CL! I just replied to the ...
3 years, 11 months ago (2017-01-24 01:36:06 UTC) #51
servolk
On 2017/01/24 01:36:06, servolk wrote: > On 2016/09/30 23:06:26, xhwang_slow wrote: > > Thanks for ...
3 years, 11 months ago (2017-01-25 23:56:39 UTC) #62
servolk
On 2017/01/25 23:56:39, servolk wrote: > On 2017/01/24 01:36:06, servolk wrote: > > On 2016/09/30 ...
3 years, 10 months ago (2017-01-30 19:19:12 UTC) #67
xhwang
Sorry again for the delay. For the record, servolk and I chat offline about the ...
3 years, 10 months ago (2017-01-30 19:39:55 UTC) #68
servolk
On 2017/01/30 19:39:55, xhwang_slow wrote: > Sorry again for the delay. > > For the ...
3 years, 10 months ago (2017-01-30 19:48:15 UTC) #69
xhwang
looking mostly good. just a few nits/comments. https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc File media/mojo/clients/mojo_renderer.cc (right): https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc#newcode91 media/mojo/clients/mojo_renderer.cc:91: base::Unretained(this), mojo_stream)); ...
3 years, 10 months ago (2017-01-31 00:15:22 UTC) #70
servolk
https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc File media/mojo/clients/mojo_renderer.cc (right): https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc#newcode91 media/mojo/clients/mojo_renderer.cc:91: base::Unretained(this), mojo_stream)); On 2017/01/31 00:15:21, xhwang_slow wrote: > For ...
3 years, 10 months ago (2017-01-31 01:10:40 UTC) #71
servolk
On 2017/01/31 01:10:40, servolk wrote: > https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc > File media/mojo/clients/mojo_renderer.cc (right): > > https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc#newcode91 > ...
3 years, 10 months ago (2017-01-31 01:11:12 UTC) #74
xhwang
lgtm % nits https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc File media/mojo/clients/mojo_renderer.cc (right): https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc#newcode327 media/mojo/clients/mojo_renderer.cc:327: if (s.get() == stream) { On ...
3 years, 10 months ago (2017-01-31 07:49:07 UTC) #78
servolk
https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc File media/mojo/clients/mojo_renderer.cc (right): https://codereview.chromium.org/2383663002/diff/280001/media/mojo/clients/mojo_renderer.cc#newcode327 media/mojo/clients/mojo_renderer.cc:327: if (s.get() == stream) { On 2017/01/31 07:49:07, xhwang_slow ...
3 years, 10 months ago (2017-01-31 17:38:09 UTC) #80
kenrb
mojo lgtm
3 years, 10 months ago (2017-01-31 18:43:54 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2383663002/320001
3 years, 10 months ago (2017-01-31 18:45:53 UTC) #86
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 19:34:38 UTC) #89
Message was sent while issue was closed.
Committed patchset #17 (id:320001) as
https://chromium.googlesource.com/chromium/src/+/29a95dae5a20fc981148d196d650...

Powered by Google App Engine
This is Rietveld 408576698