Add retrun value when state change fail 47/90947/1 accepted/tizen/3.0/common/20161114.105237 accepted/tizen/3.0/ivi/20161028.123044 accepted/tizen/3.0/mobile/20161015.032748 accepted/tizen/3.0/mobile/20161028.122342 accepted/tizen/3.0/tv/20161016.003340 accepted/tizen/3.0/tv/20161028.122625 accepted/tizen/3.0/wearable/20161015.080355 accepted/tizen/3.0/wearable/20161028.122847 accepted/tizen/common/20161005.165504 accepted/tizen/ivi/20161007.003936 accepted/tizen/mobile/20161007.003728 accepted/tizen/tv/20161007.003826 accepted/tizen/wearable/20161007.003903 submit/tizen/20161005.055916 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 5 Oct 2016 06:24:18 +0000 (15:24 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Wed, 5 Oct 2016 06:24:18 +0000 (15:24 +0900)
[Version] 0.1.5 (same as version wriiten in spec file)
[Profile] Common
[Issue Type] Fix bugs

Change-Id: Ic847b89aca640f60dedbf3275ec3c6c6e46ddca9

packaging/capi-mediamuxer.spec
src/port_gst/mediamuxer_port_gst.c

index def0330..17ede98 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-mediamuxer
 Summary:    A Media Muxer library in Tizen Native API
-Version:    0.1.4
+Version:    0.1.5
 Release:    1
 Group:      Multimedia/API
 License:    Apache-2.0
index 4a1a4e8..5f5fe40 100755 (executable)
@@ -967,6 +967,7 @@ mx_ret_e _gst_create_pipeline(mxgst_handle_t *gst_handle)
        return MX_ERROR_NONE;
 
 STATE_CHANGE_FAILED:
+       ret = MX_ERROR_INVALID_ARGUMENT;
 ERROR:
 
        if (gst_handle->pipeline)