From 25ad0ecb964e8eba900202a2fb2b292237c3f209 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Mon, 4 Jun 2018 15:50:08 +0900 Subject: [PATCH] [0.3.94] Add more information of _set_display_roataion This API was designed to set device orientation angle value from the beginning because it was based on the mobile target. The 'rotation' parameter is clockwise direction of device angle. So the video output is looks like turn in the opposite direction (counterclockwise). Change-Id: I35dc90873b8d4cec3c495d1e6e2d2f359a07f088 --- include/player.h | 1 + packaging/capi-media-player.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/player.h b/include/player.h index ae76861..7cbe4b6 100644 --- a/include/player.h +++ b/include/player.h @@ -1297,6 +1297,7 @@ int player_is_display_visible(player_h player, bool* visible); /** * @brief Sets the rotation settings of the video surface display. * @details Use this function to change the video orientation to portrait mode. + * The video out will be rotated in a counterclockwise direction. * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif * @remarks If no display is set, no operation is performed. * @param[in] player The handle to the media player diff --git a/packaging/capi-media-player.spec b/packaging/capi-media-player.spec index afa0bdf..32618f2 100644 --- a/packaging/capi-media-player.spec +++ b/packaging/capi-media-player.spec @@ -1,6 +1,6 @@ Name: capi-media-player Summary: A Media Player API -Version: 0.3.93 +Version: 0.3.94 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4