From 88a41a754333637af81babbd5b20b8879429c31f Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Mon, 10 Jun 2019 16:08:46 +0900 Subject: [PATCH] Fix API reference error [Version] 0.1.12 [Profile] Common [Issue Type] Bug fix Change-Id: I6437d0eabab922e99e7db90a07e2816668d7c5e2 Signed-off-by: Jeongmo Yang --- include/media_format.h | 2 +- include/media_packet.h | 12 ++++++------ packaging/capi-media-tool.spec | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/media_format.h b/include/media_format.h index dc54779..a5ab9cf 100755 --- a/include/media_format.h +++ b/include/media_format.h @@ -431,7 +431,7 @@ int media_format_get_video_frame_rate(media_format_h fmt, int *frame_rate); * @brief Sets container MIME type of media format. * @since_tizen 3.0 * @param[in] fmt The #media_format_h to set - * @param[in] mimetype The #media_format_mimetype_e, ex) #MEDIA_FORMAT_MP4 + * @param[in] mimetype The #media_format_mimetype_e, ex) #MEDIA_FORMAT_CONTAINER_MP4 * * @return @c 0 on success, * otherwise a negative error value diff --git a/include/media_packet.h b/include/media_packet.h index 60c8e84..4f41b9a 100755 --- a/include/media_packet.h +++ b/include/media_packet.h @@ -384,7 +384,7 @@ int media_packet_create_from_tbm_surface(media_format_h fmt, tbm_surface_h surfa int media_packet_create_from_external_memory(media_format_h fmt, void *mem_ptr, uint64_t size, media_packet_finalize_cb fcb, void *fcb_data, media_packet_h * packet); /** - * @brief Gets #media_format_h of media packet + * @brief Gets #media_format_h of media packet. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] packet The media packet handle @@ -415,7 +415,7 @@ int media_packet_create_from_external_memory(media_format_h fmt, void *mem_ptr, int media_packet_get_format(media_packet_h packet, media_format_h * fmt); /** - * @brief Sets #media_format_h of media packet + * @brief Sets #media_format_h of media packet. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] packet The media packet handle @@ -521,7 +521,7 @@ int media_packet_set_buffer_size(media_packet_h packet, uint64_t size); int media_packet_get_pts(media_packet_h packet, uint64_t * pts); /** - * @brief Gets DTS of media packet + * @brief Gets DTS of media packet. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] packet The media packet handle @@ -723,7 +723,7 @@ int media_packet_is_raw(media_packet_h packet, bool * is_raw); * @since_tizen 3.0 * * @param[in] packet The media packet handle - * @param[out] flags The media_buffer_flags_e of media packet to get + * @param[out] flags The #media_buffer_flags_e of media packet to get * * @return @c 0 on success, * otherwise a negative error value @@ -741,7 +741,7 @@ int media_packet_get_flags(media_packet_h packet, media_buffer_flags_e * flags); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] packet The media packet handle - * @param[in] flags The media_buffer_flags_e of media packet to set + * @param[in] flags The #media_buffer_flags_e of media packet to set * * @return @c 0 on success, * otherwise a negative error value @@ -755,7 +755,7 @@ int media_packet_get_flags(media_packet_h packet, media_buffer_flags_e * flags); int media_packet_set_flags(media_packet_h packet, media_buffer_flags_e flags); /** - * @brief Unsets media_buffer_flags_e of media packet. + * @brief Unsets #media_buffer_flags_e of media packet. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @param[in] packet The media packet handle diff --git a/packaging/capi-media-tool.spec b/packaging/capi-media-tool.spec index 4795b87..0bfcacb 100755 --- a/packaging/capi-media-tool.spec +++ b/packaging/capi-media-tool.spec @@ -1,6 +1,6 @@ Name: capi-media-tool Summary: A Core API media tool library in Tizen Native API -Version: 0.1.11 +Version: 0.1.12 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.34.1