Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear subtitle-stream-controller buffered list on detach #5355

Merged
merged 1 commit into from Mar 29, 2023

Conversation

robwalch
Copy link
Collaborator

This PR will...

Display subtitles that have been loaded before detaching and reattaching the media element (or using recoverMediaError).

Why is this Pull Request needed?

The subtitle-stream-controller keeps track of which subtitle segments have been loaded using tracksBuffered. This data must be cleared on detach since the cues containing the loaded subtitles are removed at the same time. If we do not do this then subtitles that have been loaded previously will not be reloaded or displayed after reattaching the media element (#5353).

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Fixes #5353

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.4.0 milestone Mar 28, 2023
@robwalch robwalch merged commit 4160070 into master Mar 29, 2023
16 checks passed
@robwalch robwalch deleted the bugfix/clear-subtitle-buffer-on-detach branch March 29, 2023 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

subtitles not showing after recoverMediaError
1 participant