MSE: Make changeType-play layout tests' audio mime-type be audio-specific
If using video/webm for an audio codec/stream, some user agents will say the type is unsupported where otherwise it would be if it were audio/<bytestream-format> for the same codec/stream. This change makes the types in audio test metadata match the stream types more closely (audio/webm;... and audio/mp4;...). This change also includes a drive-by comment addition to help ensure the audioOnlyTypes in mediasource-util.js remain correct relative to the changeType tests' assumptions that none of the audioOnlyTypes generate timestamps automatically. BUG=871929 WPT issue https://github.com/web-platform-tests/wpt/issues/12336 Change-Id: I768035b817ad46f9f17f7dc681c3f9f5c1dad8e4 Reviewed-on: https://chromium-review.googlesource.com/1166030Reviewed-by:Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#581369}
Showing
Please register or sign in to comment