[1.0.2] Fix docxygen error 88/316288/1 accepted/tizen/unified/20240820.005633 accepted/tizen/unified/dev/20240821.053415 accepted/tizen/unified/x/20240820.083133
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 19 Aug 2024 04:34:51 +0000 (13:34 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 19 Aug 2024 04:37:16 +0000 (13:37 +0900)
Change-Id: I156827ef2b67303f9b70a3739c7e7ea2b8f8152c

include/player.h
packaging/capi-media-player.spec

index d7238aebe8ceefc230476ae46f2099956e8d1708..e3a7cba9a4d412a94cdd1f7342809ecc73e6c73a 100644 (file)
@@ -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
index 4fe92c3dcfc168f9e7d5ccb3e3b4e864f9cea650..6d69253ea2e0a11dcc952bc8d1cfd50c1013d2b1 100644 (file)
@@ -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