Skip to content

Commit bf92abb

Browse files
committed
CHANGELOG and API version update for AVInput, AVOutput, HdmiInput & CompositeInput
1 parent 755d43c commit bf92abb

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

AVInput/AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <algorithm>
3232

3333
#define API_VERSION_NUMBER_MAJOR 1
34-
#define API_VERSION_NUMBER_MINOR 1
34+
#define API_VERSION_NUMBER_MINOR 7
3535
#define API_VERSION_NUMBER_PATCH 1
3636

3737
#define HDMI 0

AVInput/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +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-
## [1.1.1] - 2025-02-17
17+
## [1.7.1] - 2025-02-17
1818
### Changed
1919
- Added support for handling the videoStreamInfoUpdate for composite Input.
2020

21-
## [1.1.0] - 2025-02-17
21+
## [1.7.0] - 2025-02-17
2222
### Added
2323
- Added support for Getting the Maximum HDMI Compatibility version for the given port.
2424

AVOutput/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.0.1] - 2025-02-17
17+
## [1.0.10] - 2025-02-17
1818
### Fixed
1919
ODM API removal changes phase 1 and Fixed PQ Mode Camel Case issue
2020

CompositeInput/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.0] - 2025-02-07
17+
## [1.1.5] - 2025-02-17
1818
### Added
1919

2020
Added support for handling the videoStreamInfoUpdate for composite Input.

CompositeInput/CompositeInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#define API_VERSION_NUMBER_MAJOR 1
3131
#define API_VERSION_NUMBER_MINOR 1
32-
#define API_VERSION_NUMBER_PATCH 0
32+
#define API_VERSION_NUMBER_PATCH 5
3333

3434
#define COMPOSITE_HOT_PLUG_EVENT_CONNECTED 1
3535
#define COMPOSITE_HOT_PLUG_EVENT_DISCONNECTED 0

HdmiInput/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ 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.1] - 2024-12-02
18-
### Changed
19-
- Added support for handling the videoStreamInfoUpdate for composite Input.
20-
21-
## [1.1.0] - 2024-09-17
17+
## [1.4.0] - 2025-02-17
2218
### Added
2319
- Added support for Getting the Maximum HDMI Compatibility version for the given port.
2420

HdmiInput/HdmiInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
#define registerMethod(...) for (uint8_t i = 1; GetHandler(i); i++) GetHandler(i)->Register<JsonObject, JsonObject>(__VA_ARGS__)
6868

6969
#define API_VERSION_NUMBER_MAJOR 1
70-
#define API_VERSION_NUMBER_MINOR 1
71-
#define API_VERSION_NUMBER_PATCH 1
70+
#define API_VERSION_NUMBER_MINOR 4
71+
#define API_VERSION_NUMBER_PATCH 0
7272

7373
static int audio_output_delay = 100;
7474
static int video_latency = 20;

0 commit comments

Comments
 (0)