From: Gilbok Lee Date: Mon, 19 Aug 2024 04:34:51 +0000 (+0900) Subject: [1.0.2] Fix docxygen error X-Git-Tag: accepted/tizen/unified/20240820.005633^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=platform%2Fcore%2Fapi%2Fplayer.git [1.0.2] Fix docxygen error Change-Id: I156827ef2b67303f9b70a3739c7e7ea2b8f8152c --- 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