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

fix(FEC-10832): captions not shown in change media from media with 608 captions #149

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Jul 5, 2021

Description of the Changes

Issue: native captions don't change to disable in change media.
Solution: always disable native text tracks on change media.

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

…8 captions

Issue: native captions doesn't change to disable in change media.
Solution: always disable native text tracks on change media
@Yuvalke Yuvalke requested a review from a team July 5, 2021 11:27
@Yuvalke Yuvalke self-assigned this Jul 5, 2021
@@ -775,7 +764,7 @@ export default class HlsAdapter extends BaseMediaSourceAdapter {
if (this._hls.subtitleTracks.length) {
this._hls.subtitleTrack = -1;
} else {
this._disableNativeTextTracks();
this.disableNativeTextTracks();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this public?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it comes from base

@Yuvalke Yuvalke merged commit 84e2e97 into master Jul 7, 2021
@Yuvalke Yuvalke deleted the FEC-10832 branch July 7, 2021 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants