fixed typo 40/197940/1 accepted/tizen/unified/20190129.064224 submit/tizen/20190122.054621
authorSejun Park <sejun79.park@samsung.com>
Thu, 17 Jan 2019 08:35:56 +0000 (17:35 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 17 Jan 2019 08:35:56 +0000 (17:35 +0900)
Change-Id: Idebd6f28146cb9c750f99e67ab915e517462bba5

doc/media_tool_doc.h
include/media_packet_pool.h

index 58d55aaeadc82412023f3d7e4b0f895d09172ae2..fcab158893b232bbd3156c03f5e6fec07fed693b 100755 (executable)
@@ -39,7 +39,7 @@
  *- Set and Get metadata of media packet
  *
  * The media packet handle is created by caller.
- * After creating media_packet_h handle, the caller can set & get other meta datas.
+ * After creating media_packet_h handle, the caller can set & get other meta data.
  *
  */
 
index 7ddfc2a1588b082f70cf44d3ee92613b7dd11b12..65318851fb9e732a97d0753aad20c4b1571e66a5 100755 (executable)
@@ -77,7 +77,7 @@ int media_packet_pool_set_media_format(media_packet_pool_h pool, media_format_h
 /**
  * @brief      Sets the media packet pool size.
  * @details    Sets the number of packets to allocate with given parameters.
- *          The media packet pool will be allocated with @a min_buffers when media_pacet_pool_allocate() is called.
+ *          The media packet pool will be allocated with @a min_buffers when media_packet_pool_allocate() is called.
  *          When there are no media packets available, it will be increased to @a max_buffers of given parameter.
  *
  * @since_tizen 3.0