Add @remarks to the description of media_streamer_node_add() regarding its state 19/236619/2
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 19 Jun 2020 00:52:48 +0000 (09:52 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 22 Jun 2020 05:24:37 +0000 (14:24 +0900)
Since 6.0, the required state of this function is changed.

[Version] 0.1.71
[Issue Type] Doxygen

Change-Id: Ie4c1084f674893297a6762e711f65ae22daf6448
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/media_streamer.h
packaging/capi-media-streamer.spec

index b2cb51a..4c4dc9e 100644 (file)
@@ -1080,6 +1080,8 @@ int media_streamer_node_create(media_streamer_node_type_e type, media_format_h i
 /**
  * @brief Adds node to media streamer.
  * @since_tizen 3.0
+ * @remarks Before 6.0, this function returns #MEDIA_STREAMER_ERROR_INVALID_STATE if @a streamer is not in the #MEDIA_STREAMER_STATE_IDLE state.
+ *          Since 6.0, this is no longer required.
  * @param[in] streamer    Media streamer handle
  * @param[in] node        Media streamer node handle to be added
  * @return @c 0 on success,
index 1b93268..fac9403 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-streamer
 Summary:    A Media Streamer API
-Version:    0.1.70
+Version:    0.1.71
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0