|
Add support for external video renderers in mojo.
- Extends RendererConfig to handle VideoDecoders.
- Extends the MOJO interfaces for DemuxerStreams with VIDEO.
- Adds the VideoFrame type plus converters to media types.
- Extends DemuxerStreamProviderShim to handle multiple streams.
BUG= 410451
TEST=YouTube videos play with MOJO renderer!
Committed: https://crrev.com/f1dc7cd8b00ee69c5a2b3b5c14435ca1f96464de
Cr-Commit-Position: refs/heads/master@{#302728}
Total comments: 21
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+554 lines, -125 lines) |
Patch |
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/demuxer_stream.mojom
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/media_renderer.mojom
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/media_types.mojom
|
View
|
1
2
3
4
5
6
|
4 chunks |
+73 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/mojo/services/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/demuxer_stream_provider_shim.h
|
View
|
1
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/demuxer_stream_provider_shim.cc
|
View
|
1
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/media_type_converters.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/media_type_converters.cc
|
View
|
1
|
6 chunks |
+166 lines, -44 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/mojo_demuxer_stream_adapter.h
|
View
|
1
|
4 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/mojo_demuxer_stream_adapter.cc
|
View
|
1
|
4 chunks |
+49 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/mojo_demuxer_stream_impl.cc
|
View
|
|
3 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/mojo_renderer_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/mojo_renderer_service.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/mojo/services/mojo_renderer_service.cc
|
View
|
1
|
5 chunks |
+19 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/renderer_config.h
|
View
|
1
|
4 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/renderer_config.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/renderer_config_default.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+28 lines, -1 line |
0 comments
|
Download
|
Total messages: 34 (15 generated)
|