Descriptionmedia: add basic MediaRenderer mojom and TypeConverters
This patch is the basis for mojo transport between a media::Pipeline and a media::Renderer implementation, e.g:
[ Pipeline [ media::Renderer [ Mojo Transport ] media::RendererImpl ] Output ]
The plan is to continue to iterate on the 'Mojo Transport' chunk without blocking anyone wishing to prototype one level up on either side. As such, some things in this CL like DecodeAndRender are not intended to be the proper long term solution, but allow immediate and mostly isolated prototyping to happen in parallel to development of a utility / class to allow framed data flowing over a mojo::DataPipe. As several TODOs in the CL mention, the current transport implementation incurs a high cost (many large allocations) and has inherently low throughput (can't write new buffer until each buffer is ACKed).
BUG=410451
Committed: https://crrev.com/9f8fe767920001f734dddc678bad491be8cc363b
Cr-Commit-Position: refs/heads/master@{#293392}
Patch Set 1 #
Total comments: 6
Patch Set 2 : #Patch Set 3 : mojo > media #
Total comments: 2
Patch Set 4 : darin's review: fix enum #
Total comments: 36
Patch Set 5 : review #
Total comments: 10
Patch Set 6 : xhwang's review #
Total comments: 4
Patch Set 7 : scherkus' review #Patch Set 8 : rebase #Patch Set 9 : ? #Patch Set 10 : EOF newline #Patch Set 11 : rebase #Patch Set 12 : add max_time #
Messages
Total messages: 25 (7 generated)
|