-
Notifications
You must be signed in to change notification settings - Fork 13
RDKEMW-10064 Bring change from VPLAY-11530 into 8.2 #2086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: support/2.16.0
Are you sure you want to change the base?
Conversation
Reason for Change: Reintroduced the condition check before calling clear() in clearDrmSession. This was lost during DRM refactoring and was causing increase in PLTV XSTPP-999 failures. Changes: - Added getFailedKeyIdStatus() method to DrmSessionManager - Modified clearDrmSession() in AampDRMLicenseManager to add condition checks - Only clear license downloader when conditions are met
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the AAMP (Adaptive Audio and Media Player) package to version 2.7.1.5 by updating both the source revision (SRCREV) and package version (PV) references.
- Updated SRCREV_aamp to point to a new commit hash
- Incremented package version from 2.7.1.4 to 2.7.1.5
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| conf/include/generic-srcrev.inc | Updated SRCREV_aamp commit hash to the new version |
| conf/include/generic-pkgrev.inc | Bumped PV:pn-aamp package version from 2.7.1.4 to 2.7.1.5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Reason for Change: Reintroduced the condition check before calling clear() in clearDrmSession. This was lost during DRM refactoring and was causing increase in PLTV XSTPP-999 failures. Changes: - Added getFailedKeyIdStatus() method to DrmSessionManager - Modified clearDrmSession() in AampDRMLicenseManager to add condition checks - Only clear license downloader when conditions are met
Reason for Change: Reintroduced the condition check before calling clear() in clearDrmSession. This was lost during DRM refactoring and was causing increase in PLTV XSTPP-999 failures.
Changes: