From 697e21102ce810e6ee881d476e895f00f6f4d25a Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Mon, 19 Aug 2024 13:34:51 +0900 Subject: [PATCH] [1.0.2] Fix docxygen error Change-Id: I156827ef2b67303f9b70a3739c7e7ea2b8f8152c --- include/player.h | 4 ++-- packaging/capi-media-player.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/player.h b/include/player.h index d7238ae..e3a7cba 100644 --- a/include/player.h +++ b/include/player.h @@ -1535,7 +1535,7 @@ int player_get_display_rotation(player_h player, player_display_rotation_e *rota /** * @brief Gets the media content information. * @since_tizen 2.3 - * @remarks You must release @a value using @c free(). + * @remarks You must release @a value using free(). * @remarks The playback type should be local playback or HTTP streaming playback. * @param[in] player The handle to the media player * @param[in] key The key attribute name to get @@ -2306,7 +2306,7 @@ int player_get_current_track(player_h player, player_stream_type_e type, int *in /** * @brief Gets language code of a track. * @since_tizen 2.4 - * @remarks @a code must be released with @c free() by caller + * @remarks @a code must be released with free() by caller * @remarks If audio offload is enabled by calling player_audio_offload_set_enabled(), * this function will return #PLAYER_ERROR_NOT_AVAILABLE. (Since 5.5) * @param[in] player The handle to the media player diff --git a/packaging/capi-media-player.spec b/packaging/capi-media-player.spec index 4fe92c3..6d69253 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: 1.0.1 +Version: 1.0.2 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4