Skip to content

Commit 43530bc

Browse files
RTD131X-1370: Fix Realtek DRM screencapture implementation
1 parent 07766b5 commit 43530bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ScreenCapture/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ All notable changes to this RDK Service will be documented in this file.
1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

1919

20+
## [1.0.7] - 2024-12-18
21+
### Fixed
22+
- Fix Realtek DRM screencapture implementation
23+
2024
## [1.0.6] - 2024-07-30
2125
### Added
2226
- Fixed nxclient library issue for braodcom devices and screen shot setting

ScreenCapture/ScreenCapture.cpp

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

4242
#define API_VERSION_NUMBER_MAJOR 1
4343
#define API_VERSION_NUMBER_MINOR 0
44-
#define API_VERSION_NUMBER_PATCH 6
44+
#define API_VERSION_NUMBER_PATCH 7
4545

4646
namespace WPEFramework
4747
{

0 commit comments

Comments
 (0)