From e9428bd04ddb12ba581bdaa9614634f9c291fd68 Mon Sep 17 00:00:00 2001 From: srinibas15 <113517102+srinibas15@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:59:27 +0530 Subject: [PATCH 1/2] RDKEMW-12161 - L2-Test for AVInput Plugin (#354) Reason for change: L2 Tests for AVInput plugin Test Procedure: Check for AVInput API Risks: Low Priority: P2 Version:minor Signed-off-by: smohap466 Co-authored-by: smohap466 --- .github/workflows/L2-tests.yml | 4 ++-- AVInput/AVInputImplementation.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/L2-tests.yml b/.github/workflows/L2-tests.yml index aef25924d..8584a327c 100755 --- a/.github/workflows/L2-tests.yml +++ b/.github/workflows/L2-tests.yml @@ -514,7 +514,7 @@ jobs: -DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON -DCMAKE_DISABLE_FIND_PACKAGE_RBus=ON -DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON - -DPLUGIN_AVINPUT=OFF + -DPLUGIN_AVINPUT=ON -DPLUGIN_AVOUTPUT=OFF -DPLUGIN_HDMICECSINK=ON -DAVOUTPUT_TV=OFF @@ -590,7 +590,7 @@ jobs: -DCMAKE_DISABLE_FIND_PACKAGE_Udev=ON -DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON -DCMAKE_DISABLE_FIND_PACKAGE_RBus=ON - -DPLUGIN_AVINPUT=OFF + -DPLUGIN_AVINPUT=ON -DPLUGIN_AVOUTPUT=OFF -DPLUGIN_HDMICECSINK=ON -DAVOUTPUT_TV=OFF diff --git a/AVInput/AVInputImplementation.cpp b/AVInput/AVInputImplementation.cpp index 904036a71..d36419015 100644 --- a/AVInput/AVInputImplementation.cpp +++ b/AVInput/AVInputImplementation.cpp @@ -741,9 +741,9 @@ namespace Plugin { */ void AVInputImplementation::AVInputVideoModeUpdate(int port, dsVideoPortResolution_t resolution, int type) { - int width; - int height; - bool progressive; + int width = 0; + int height = 0; + bool progressive = false; int frameRateN; int frameRateD; From dd5abd91bd86106d218b50007646071c157053e3 Mon Sep 17 00:00:00 2001 From: GitHub Actions <187267378+rdkcm-rdke@users.noreply.github.com> Date: Tue, 6 Jan 2026 03:29:50 +0000 Subject: [PATCH 2/2] 1.10.0 release changelog updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfaeaa3d2..2c485eb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.10.0](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.2...1.10.0) + +- RDKEMW-12161 - L2-Test for AVInput Plugin [`#354`](https://github.com/rdkcentral/entservices-inputoutput/pull/354) +- Merge tag '1.9.2' into develop [`ef3f423`](https://github.com/rdkcentral/entservices-inputoutput/commit/ef3f423e7674b249abea470189dec0024b86af8b) + #### [1.9.2](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.1...1.9.2) +> 24 December 2025 + - RDKEMW-11903: Add custom coding guidelines for entservices-repos [`#349`](https://github.com/rdkcentral/entservices-inputoutput/pull/349) +- 1.9.2 release changelog updates [`6f102b9`](https://github.com/rdkcentral/entservices-inputoutput/commit/6f102b9c7460d31588fa002c4cf1b8def4e32af7) - Merge tag '1.9.1' into develop [`5d00074`](https://github.com/rdkcentral/entservices-inputoutput/commit/5d000748f59e60bbbf79db26c15256a66038f174) #### [1.9.1](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.0...1.9.1)