android: use l1 drm system when secure pipeline is required#9231
Merged
jasonzhangxx merged 1 commit intoyoutube:mainfrom Feb 25, 2026
Merged
android: use l1 drm system when secure pipeline is required#9231jasonzhangxx merged 1 commit intoyoutube:mainfrom
jasonzhangxx merged 1 commit intoyoutube:mainfrom
Conversation
Contributor
🤖 Gemini Suggested Commit Message💡 Pro Tips for a Better Commit Message:
|
Contributor
There was a problem hiding this comment.
Code Review
This pull request correctly updates the Widevine key system to "com.widevine.alpha" to enable the use of L1 DRM and secure pipelines on Android. This is a necessary change for creating a secured MediaCodec. My review includes a suggestion to define this key system string as a constant to improve code maintainability and adhere to the project's style guidelines.
kjyoun
reviewed
Feb 24, 2026
641f462 to
7590ab6
Compare
7590ab6 to
fd41090
Compare
cobalt-github-releaser-bot
pushed a commit
that referenced
this pull request
Feb 25, 2026
Use widevine l1 instead of l3, which is necessary to create secure pipeline, so that secured MediaCodec can be created properly. Bug: 485905052 (cherry picked from commit 2f5b465)
Collaborator
|
Caution Creating the cherry pick PR failed! Check the log at https://github.com/youtube/cobalt/actions/runs/22408535993 for details. |
1 similar comment
Collaborator
|
Caution Creating the cherry pick PR failed! Check the log at https://github.com/youtube/cobalt/actions/runs/22408535993 for details. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use widevine l1 instead of l3, which is necessary to create secure pipeline, so that secured MediaCodec can be created properly.
Bug: 485905052