|
media: scaffolding and plumbing for MojoRenderer{Impl, Service}
* Add skeleton client-side and service-side MediaRenderer pieces with basic plumbing and connections but no real logic.
* model a media::DemuxerStream in a mojom to clean up MediaRenderer interface and line-up with RendererImpl expectations.
* add DecoderConfig plumbing support
* add a basic unittest verifying things do actually hook up
* consolidate around 'media_mojo_' naming in media.gyp and add media_mojo target to build all this stuff.
BUG= 410451
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1357 lines, -80 lines) |
Patch |
 |
M |
media/media.gyp
|
View
|
1
2
|
2 chunks |
+119 lines, -56 lines |
0 comments
|
Download
|
 |
A |
media/mojo/interfaces/demuxer_stream.mojom
|
View
|
1
2
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/media_renderer.mojom
|
View
|
1
2
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/media_types.mojom
|
View
|
1
2
|
1 chunk |
+87 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/media_type_converters.h
|
View
|
1
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/media_type_converters.cc
|
View
|
1
2
|
2 chunks |
+138 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/media_type_converters_unittest.cc
|
View
|
1
|
3 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_demuxer_stream_adapter.h
|
View
|
1
2
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_demuxer_stream_adapter.cc
|
View
|
1
2
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_demuxer_stream_impl.h
|
View
|
1
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_demuxer_stream_impl.cc
|
View
|
1
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_renderer_impl.h
|
View
|
1
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_renderer_impl.cc
|
View
|
1
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_renderer_service.h
|
View
|
1
2
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/mojo_renderer_service.cc
|
View
|
1
2
|
1 chunk |
+154 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/services/renderer_unittest.cc
|
View
|
1
2
|
1 chunk |
+191 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (20 generated)
|