Files
shaka-player/test/media
Wojciech Tyczyński 7e18f8ca09 fix: Fix MIME type detection for uppercase types (#9976)
#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.
2026-04-15 13:00:24 +02:00
..