Add missing '(Since 6.0)' to description of new enum 76/238076/1
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 8 Jul 2020 07:00:34 +0000 (16:00 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 8 Jul 2020 07:02:34 +0000 (16:02 +0900)
[Version] 0.1.89
[Issue Type] Doxygen

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

index bba373e..8bbcc66 100644 (file)
@@ -85,7 +85,7 @@ typedef enum {
        MEDIA_STREAMER_NODE_TYPE_OUTPUT_SELECTOR,      /**<  1-to-N output stream selector */
        MEDIA_STREAMER_NODE_TYPE_INTERLEAVE,           /**<  Folds many mono channel into one interleaved audio stream */
        MEDIA_STREAMER_NODE_TYPE_DEINTERLEAVE,         /**<  Splits multi channel audio into many mono audio */
-       MEDIA_STREAMER_NODE_TYPE_WEBRTC                /**<  WebRTC component to send and receive data */
+       MEDIA_STREAMER_NODE_TYPE_WEBRTC                /**<  WebRTC component to send and receive data (Since 6.0) */
 } media_streamer_node_type_e;
 
 /**
@@ -315,7 +315,8 @@ typedef enum {
  * @details Value of the session description of the remote peer over its signaling channel.\n
  *          Data type is string.
  * @since_tizen 6.0
- * @see media_streamer_node_get_params() */
+ * @see media_streamer_node_get_params()
+ */
 #define MEDIA_STREAMER_PARAM_WEBRTC_REMOTE_SESSION_DESCRIPTION "webrtc-remote-session-description"
 
 /**
@@ -323,7 +324,8 @@ typedef enum {
  * @details Value of ICE candidate of the remote peer over its signaling channel.\n
  *          Data type is string.
  * @since_tizen 6.0
- * @see media_streamer_node_get_params() */
+ * @see media_streamer_node_get_params()
+ */
 #define MEDIA_STREAMER_PARAM_WEBRTC_ADD_ICE_CANDIDATE "webrtc-add-ice-candidate"
 
 /**
index c93df9e..8e35c3c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-streamer
 Summary:    A Media Streamer API
-Version:    0.1.88
+Version:    0.1.89
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0