From: Hyunsoo Park Date: Wed, 9 Sep 2020 06:55:41 +0000 (+0900) Subject: Modify document spelling and consistency X-Git-Tag: accepted/tizen/6.0/unified/20201030.121829^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bac6456f88cddc5288fbf3907ee39503cd6e798f;p=platform%2Fcore%2Fapi%2Fmediastreamrecorder.git Modify document spelling and consistency Change-Id: Icd61b21279520f10b36d852b9de7627f13794b2d Signed-off-by: Hyunsoo Park --- diff --git a/doc/streamrecorder_doc.h b/doc/streamrecorder_doc.h index a49cc57..f41353d 100644 --- a/doc/streamrecorder_doc.h +++ b/doc/streamrecorder_doc.h @@ -175,7 +175,7 @@ * It is recommended to design feature related codes in your application for reliability. * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. - * More details on featuring your application can be found from Feature Element. + * For more information about featuring your application, see Feature Element. */ diff --git a/include/streamrecorder.h b/include/streamrecorder.h index e666d7e..34e64a5 100644 --- a/include/streamrecorder.h +++ b/include/streamrecorder.h @@ -398,7 +398,6 @@ int streamrecorder_unprepare(streamrecorder_h recorder); * @see streamrecorder_set_filename() * @see streamrecorder_set_file_format() * @see streamrecorder_recording_status_cb() - * @see streamrecorder_set_filename() */ int streamrecorder_start(streamrecorder_h recorder); @@ -1177,7 +1176,6 @@ int streamrecorder_unset_recording_status_cb(streamrecorder_h recorder); * @post streamrecorder_recording_limit_reached_cb() will be invoked. * @see streamrecorder_create() * @see streamrecorder_unset_recording_limit_reached_cb() - * @see streamrecorder_set_time_limit() * @see streamrecorder_recording_limit_reached_cb() */ int streamrecorder_set_recording_limit_reached_cb(streamrecorder_h recorder, streamrecorder_recording_limit_reached_cb callback, void *user_data); diff --git a/packaging/capi-media-streamrecorder.spec b/packaging/capi-media-streamrecorder.spec index 98316a5..4078413 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.32 +Version: 0.0.33 Release: 0 Group: Multimedia/Other License: Apache-2.0