Fix API reference warning 43/176243/1 accepted/tizen/5.0/unified/20181102.014544 accepted/tizen/unified/20180418.143521 submit/tizen/20180418.012110 submit/tizen_5.0/20181101.000002
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 17 Apr 2018 23:47:15 +0000 (08:47 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 17 Apr 2018 23:47:15 +0000 (08:47 +0900)
change file mode to 644

[Version] 0.1.16
[Profile] Mobile, Wearable, TV
[Issue Type] Fix doc warning

Change-Id: Ib161996cd3e567291cdda20e59d49674002193ea

19 files changed:
AUTHORS [changed mode: 0755->0644]
CMakeLists.txt [changed mode: 0755->0644]
LICENSE.APLv2 [changed mode: 0755->0644]
NOTICE [changed mode: 0755->0644]
capi-mediamuxer.manifest [changed mode: 0755->0644]
capi-mediamuxer.pc.in [changed mode: 0755->0644]
doc/mediamuxer_doc.h [changed mode: 0755->0644]
include/mediamuxer.h [changed mode: 0755->0644]
include/mediamuxer_error.h [changed mode: 0755->0644]
include/mediamuxer_ini.h [changed mode: 0755->0644]
include/mediamuxer_port.h [changed mode: 0755->0644]
include/mediamuxer_private.h [changed mode: 0755->0644]
include/mediamuxer_util.h [changed mode: 0755->0644]
include/port_custom/mediamuxer_port_custom.h [changed mode: 0755->0644]
include/port_ffmpeg/mediamuxer_port_ffmpeg.h [changed mode: 0755->0644]
include/port_gst/mediamuxer_port_gst.h [changed mode: 0755->0644]
packaging/capi-mediamuxer.spec [changed mode: 0755->0644]
src/CMakeLists.txt [changed mode: 0755->0644]
src/port_gst/mediamuxer_port_gst.c [changed mode: 0755->0644]

diff --git a/AUTHORS b/AUTHORS
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/NOTICE b/NOTICE
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 75f02d6..c434cea
@@ -94,7 +94,7 @@ typedef enum {
  * @param[in] error     The error that occurred in media muxer
  * @param[in] user_data The user data passed from the code where
  *                       mediamuxer_set_error_cb() was invoked
- *                       This data will be accessible from @user_data mediamuxer_error_cb
+ *                       This data will be accessible from @user_data mediamuxer_error_cb
  * @pre Create media muxer handle by calling mediamuxer_create() function.
  * @see mediamuxer_set_error_cb()
  * @see mediamuxer_unset_error_cb()
@@ -349,7 +349,7 @@ int mediamuxer_get_state(mediamuxer_h muxer, mediamuxer_state_e *state);
  * @param[in] callback  Callback function pointer
  * @param[in] user_data The user data passed from the code where
  *                       mediamuxer_set_error_cb() was invoked
- *                       This data will be accessible from @user_data mediamuxer_error_cb
+ *                       This data will be accessible from @user_data mediamuxer_error_cb
  * @return @c 0 on success, otherwise a negative error value
  * @retval #MEDIAMUXER_ERROR_NONE Successful
  * @retval #MEDIAMUXER_ERROR_INVALID_PARAMETER Invalid parameter
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index e7e08e3..be491d1
@@ -1,6 +1,6 @@
 Name:       capi-mediamuxer
 Summary:    A Media Muxer library in Tizen Native API
-Version:    0.1.15
+Version:    0.1.16
 Release:    1
 Group:      Multimedia/API
 License:    Apache-2.0
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)