-
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.
feat(MediaCap): make StreamUtils.filterManifest async
Player.filterManifest() does two things: 1. Filter the manifest with Drm, codecs and currentVariant's compatibility in StreamUtil. 2. Filter the manifest with PlayerConfiguration.restrictions. In applyConfig_(), only the restrictions config affects filtering the manifests. We don't need to call StreamUtils.filterManifest(). 2. Make the filterManifest function async. Issue #1391 Change-Id: I2fba9cabb3f3a3e89f5d990c4eeb19cc74924de9
- Loading branch information
1 parent
dee67f6
commit 5bb8c1c
Showing
2 changed files
with
33 additions
and
9 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