MSE: Enable 'video/mp4' opus IsTypeSupported success
Previously, only 'audio/mp4' would report support for opus codec in Chromium MSE. This change adds support for opus codec in 'video/mp4' mime to Chromium. For example, MediaSource.IsTypeSupported('video/mp4; codecs="opus"') now returns true with this change. Also adds a couple opus-in-mp4 and -in-webm IsTypeSupported test cases to the interop wpt suite, though the particular test file is currently marked [ failure pass ] in Blink TestExpectations due to those tests containing a mix of proprietary and non-proprietary codecs such that bots running without all the necessary codec support will fail the test. I've filed https://crbug.com/961443 to track improving MSE IsTypeSupported test coverage at least in Chromium. BUG=649438 Change-Id: I7c47b6c2566432be9627394f5ff30e0a43888300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603527Reviewed-by:Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#658339}
Showing
Please register or sign in to comment