-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't return variant/text tracks before playhead
getVariantTracks and getTextTracks both check values on player.playhead_, but don't check if the playhead exists beforehand. This leads to problems when casting an encrypted asset; the cast status update will check getVariantTracks and getTextTracks before the playhead exists, and the error will make the status updates stop coming. Issue #1128 Change-Id: If38e586b1ea3006c01d3556216f5333d9eaf6e17
- Loading branch information
1 parent
4503a2b
commit e540653
Showing
2 changed files
with
27 additions
and
2 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
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