Skip to content

Commit 09b5515

Browse files
authored
RDKTV-37696: Sync low latency for AVOutput initialization (#6338)
* RDKTV-37696: Sync low latency for AVOutput initialization * RDKTV-37696: Updated CHANGELOG
1 parent ed36b23 commit 09b5515

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
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [1.1.3] - 2025-08-21
20+
### Fixed
21+
- Sync low latency for AVOutput initialization
22+
1923
## [1.1.2] - 2025-05-14
2024
### Fixed
2125
- Set backlight dimming mode failure

0 commit comments

Comments
 (0)