Add RTCVideoDecoderAdapter, which can use any media::VideoDecoder.
This is the main body of code required to support MojoVideoDecoder for hardware decode of WebRTC streams. It tries to be as similar as possible to RTCVideoDecoder so that a transition can be managed slowly. The implementation actually supports any media::VideoDecoder, in particular FFmpegVideoDecoder works well for testing. Bug: 857111 Change-Id: I0a4dc37a0a133b4c112a55a215aba8058cca598b Reviewed-on: https://chromium-review.googlesource.com/1117837 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#582291}
Showing
This diff is collapsed.
Please register or sign in to comment