-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix key status problems with EME polyfills.
Our EME polyfills give a key status with a Key ID of '00' (a single 0 byte). This breaks the Player logic for restricted tracks since it assumes that those are not playable. When we get this Key ID, we should treat the key status as a global status, not for that specific Key ID. Closes #884 Closes #890 Change-Id: I392550227274fb321d2c223eb8d483a0a4733186
- Loading branch information
1 parent
651b32a
commit 4aa2430
Showing
3 changed files
with
75 additions
and
3 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
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