mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
7e18f8ca09
#9416 introduced case insensitive matching for ManifestParser detection. To add a feature parity, the same should be added for src= detection. Lack of it may cause issues with proper detection of native playback capabilities and accidental preference of MSE over src=. Logic has been shifted - now passed MIME type is lowercased by default in `load()` and `preload()` methods. If MIME type is not present, `NetworkingUtils.getMimeType()` guarantees to return lowercase variant.