DUMMY COMMIT - DO NOT MERGE#528
Conversation
Changes Included HDMI issue fix and Disabling synchronous play in Rialto Server Summary: GstPipeline Decryption Error due to HDMI Hotplug issue Type: Fix Test Plan: UT/CI, Fullstack Jira: DELIA-70454
|
Pull request must be merged with a description containing the required fields, Summary: If there is no jira releated to this change, please put 'Jira: NO-JIRA'. Description can be changed by editing the top comment on your pull request and making a new commit. |
There was a problem hiding this comment.
Pull request overview
This PR (titled “DUMMY COMMIT - DO NOT MERGE”) makes a small change in the Rialto Server’s MediaKeySession OCDM error logging path.
Changes:
- Updates the error log message emitted by
MediaKeySession::checkForOcdmErrors()(currently introduces a spelling regression: “recved”).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| if (m_ocdmError) | ||
| { | ||
| RIALTO_SERVER_LOG_ERROR("MediaKeySession received an onError callback, operation '%s' failed", operationStr); | ||
| RIALTO_SERVER_LOG_ERROR("MediaKeySession recved an onError callback, operation '%s' failed", operationStr); |
|
Coverage statistics of your commit: |
DUMMY COMMIT - DO NOT MERGE
Changes Included HDMI issue fix and Disabling synchronous play in Rialto Server
Summary: GstPipeline Decryption Error due to HDMI Hotplug issue
Type: Fix
Test Plan: UT/CI, Fullstack
Jira: DELIA-70454