summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeokHoon Lee <andy.shlee@samsung.com>2018-03-05 14:22:50 +0900
committerSeokHoon Lee <andy.shlee@samsung.com>2018-03-05 15:42:48 +0900
commitf297ea23c52d3ac3fb0928b81ddf7e0f098d00fa (patch)
tree49bddc343c26f585d8a21344e65975389cc2dfb2
parent88f340b457d435edde8755b766bfc17f4dd9c5a6 (diff)
downloadmediastreamrecorder-tizen_5.0.tar.gz
mediastreamrecorder-tizen_5.0.tar.bz2
mediastreamrecorder-tizen_5.0.zip
- fix typo in header file. Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com> Change-Id: Ic7d63a58a54cfe6180542b923e2c0eea0f762f03
-rw-r--r--include/streamrecorder.h6
-rw-r--r--packaging/capi-media-streamrecorder.spec2
2 files changed, 4 insertions, 4 deletions
diff --git a/include/streamrecorder.h b/include/streamrecorder.h
index ecaea62..686069e 100644
--- a/include/streamrecorder.h
+++ b/include/streamrecorder.h
@@ -181,11 +181,11 @@ typedef void (*streamrecorder_recording_limit_reached_cb)(streamrecorder_recordi
typedef void (*streamrecorder_recording_status_cb)(unsigned long long elapsed_time, unsigned long long file_size, void *user_data);
/**
- * @brief Called when the streamrecorder gets some nofications.
+ * @brief Called when the streamrecorder gets some notifications.
* @since_tizen 3.0
* @param[in] previous The previous state of the streamrecorder
* @param[in] current The current state of the streamrecorder
- * @param[in] notification The notification type of the srecorder
+ * @param[in] notification The notification type of the streamrecorder
* @param[in] user_data The user data passed from the callback registration function
* @pre This function is required to register a callback using streamrecorder_set_notify_cb().
* @see streamrecorder_set_notify_cb()
@@ -1007,7 +1007,7 @@ int streamrecorder_unset_recording_status_cb(streamrecorder_h recorder);
/**
* @brief Registers the callback function to be run when reached the recording limit.
* @since_tizen 3.0
- * @param[in] recorder The handle to treamrecorder
+ * @param[in] recorder The handle to streamrecorder
* @param[in] callback The function pointer of user callback
* @param[in] user_data The user data to be passed to the callback function
* @return @c 0 on success, otherwise a negative error value
diff --git a/packaging/capi-media-streamrecorder.spec b/packaging/capi-media-streamrecorder.spec
index 22a6fb8..fe9a241 100644
--- a/packaging/capi-media-streamrecorder.spec
+++ b/packaging/capi-media-streamrecorder.spec
@@ -1,6 +1,6 @@
Name: capi-media-streamrecorder
Summary: A Streamrecorder library in Tizen Native API
-Version: 0.0.19
+Version: 0.0.20
Release: 0
Group: Multimedia/Other
License: Apache-2.0