Fix API reference error 24/207624/1 tizen_with_controller accepted/tizen/unified/20190611.050126 submit/tizen/20190610.080425
authorJeongmo Yang <jm80.yang@samsung.com>
Mon, 10 Jun 2019 07:08:46 +0000 (16:08 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Mon, 10 Jun 2019 07:09:33 +0000 (16:09 +0900)
[Version] 0.1.12
[Profile] Common
[Issue Type] Bug fix

Change-Id: I6437d0eabab922e99e7db90a07e2816668d7c5e2
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/media_format.h
include/media_packet.h
packaging/capi-media-tool.spec

index dc547795a9fac8d07eb934f15918e414888208a5..a5ab9cf6316df1db278de8bbfa32cac5d8127e3d 100755 (executable)
@@ -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
index 60c8e84f9af1e824716d5a0d32549612573b201e..4f41b9af3c2e4d3fcb1c1e4f173756e2dd2e8c01 100755 (executable)
@@ -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
index 4795b87d288f7ecbad4dcb7afe0ab0ddbdb80270..0bfcacba741609a0611ad176f3251fcce4a0ccd5 100755 (executable)
@@ -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