From f8f1beeb2a03d43d88cd4a68da935ba76f404fb6 Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 26 Sep 2022 15:03:51 +0900 Subject: [PATCH] webrtc.h: Update webrtc_screen_source_set_crop() API description [Version] 0.3.253 [Issue Type] API Change-Id: I5d1cc4c6727eabd7facacaf3c4c3838056d9be44 --- include/webrtc.h | 4 ++-- packaging/capi-media-webrtc.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/webrtc.h b/include/webrtc.h index a3ce3a76..b99c1f40 100644 --- a/include/webrtc.h +++ b/include/webrtc.h @@ -1592,10 +1592,10 @@ int webrtc_file_source_get_looping(webrtc_h webrtc, unsigned int source_id, bool * @brief Sets the crop coordinates of a screen source. * @since_tizen 7.0 * @remarks The coordinates are in UI (screen) units, and the start coordinate refers to the upper left corner of the video display area on the screen.\n - * If we give a rectangle within that area (described by x, y, width, height) then this sub-area will be sent to peer and \n + * If we give a rectangle within that area (described by x, y, width, height) then this sub-area will be sent to peer and * it changes the video resolution. * The changed resolution can be checked through webrtc_media_source_get_video_resolution().\n - * Even when the crop area is reset, the rectangle coordinates are based on the original UI (screen) as in the first setting.\n + * Even when the crop area is changed again, the rectangle coordinates are still based on the original UI (screen) as in the first setting.\n * If the video resolution is changed by webrtc_media_source_set_video_resolution(), then crop cannot be performed.\n * Crop and resolution change cannot be done at the same time. * @param[in] webrtc WebRTC handle diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 175ae498..77a6e1fa 100644 --- a/packaging/capi-media-webrtc.spec +++ b/packaging/capi-media-webrtc.spec @@ -1,6 +1,6 @@ Name: capi-media-webrtc Summary: A WebRTC library in Tizen Native API -Version: 0.3.252 +Version: 0.3.253 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.34.1