Skip to content

Commit c89c3f0

Browse files
committed
RDKTV-37696: Sync low latency for AVOutput initialization (#6338)
* RDKTV-37696: Sync low latency for AVOutput initialization * RDKTV-37696: Updated CHANGELOG
1 parent e32b1b4 commit c89c3f0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

AVOutput/AVOutputTVHelper.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,13 @@ namespace Plugin {
12091209
LOGERR("Backlight Sync to cache Failed !!!\n");
12101210
}
12111211

1212+
if( !updateAVoutputTVParam("sync","LowLatencyState",info,PQ_PARAM_LOWLATENCY_STATE,level) ) {
1213+
LOGINFO("LowLatencyState Successfully Synced to Drive Cache\n");
1214+
}
1215+
else {
1216+
LOGERR("LowLatencyState Sync to cache Failed !!!\n");
1217+
}
1218+
12121219
syncCMSParams(); //sync CMS
12131220

12141221
syncWBParams();

AVOutput/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ All notable changes to this RDK Service will be documented in this file.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
1616

17+
## [1.1.2] - 2025-09-03
18+
### Fixed
19+
- Sync low latency for AVOutput initialization
20+
1721
## [1.1.1] - 2025-07-08
1822
### Fixed
1923
- ODM API removal changes phase 2

0 commit comments

Comments
 (0)