Skip to content

Commit 2bf6395

Browse files
committed
Merge branch 'release/1.4.7'
2 parents 7c031cf + 5979423 commit 2bf6395

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ 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+
<<<<<<< HEAD
18+
## [1.1.4] - 2025-09-08
19+
### Fixed
20+
- Sync low latency for AVOutput initialization
21+
1722
## [1.1.3] - 2025-08-08
1823
### Fixed
1924
- Fixed getDolbyVisionMode() for non DV content

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.4.7](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.6...1.4.7)
8+
9+
- RDKEMW-7712: Sync low latency for AVOutput initialization (#6338) [`#249`](https://github.com/rdkcentral/entservices-inputoutput/pull/249)
10+
- Merge tag '1.4.6' into develop [`bef0aa3`](https://github.com/rdkcentral/entservices-inputoutput/commit/bef0aa3bf2638d0223008f10babecde595d850df)
11+
712
#### [1.4.6](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.5...1.4.6)
813

14+
> 4 September 2025
15+
916
- Feature/rdkemw 7169 [`#245`](https://github.com/rdkcentral/entservices-inputoutput/pull/245)
17+
- 1.4.6 release changelog updates [`7a0d569`](https://github.com/rdkcentral/entservices-inputoutput/commit/7a0d569f253b8a08926e959509e329159aa2d509)
1018
- Merge tag '1.4.5' into develop [`7268514`](https://github.com/rdkcentral/entservices-inputoutput/commit/7268514652bf9f0cda3f3a6433a0f0720bf9d63c)
1119

1220
#### [1.4.5](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.4...1.4.5)

0 commit comments

Comments
 (0)