-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subtitle track selection when reusing media element with mismatch…
…ed TextTracks (#5880) * Use subtitle track name and language to find and match subtitle/captions TextTrack rather than subtitleTrack index Resolves #4571 * Fix regression in dev where AUDIO_TRACKS_UPDATED is re-dispatched with zero tracks Allow selection of audioTrack on AUDIO_TRACKS_UPDATED (overriding default selection - Resolves #5831) Cleanup selection of subtitleTrack on SUBTITLE_TRACKS_UPDATED (overriding default selection) * Fix TextTrack use with ASSOC-LANGUAGE Match the initial default/forced/autoselect choice made when playing HLS in Safari
- Loading branch information
Showing
6 changed files
with
281 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.