forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix failure with multiple thumbnails per period
Matching image streams across periods was not working correctly with multiple streams per period. Matching was done on MIME type only, meaning there was no way to differentiate multiple streams. Resolution is a better signal, so this uses the same logic as for video resolution in thumbnail resolution matching. This also adds extra error logs that helped track down the issue, and fixes some comment typos. Issue shaka-project#3383 Change-Id: I067de59c222a165d58926646f53fa61862853377
- Loading branch information
1 parent
8b418bb
commit 052e794
Showing
2 changed files
with
85 additions
and
8 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