Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I4669592230324f62ca157200f4057a4b97fda264
Name: capi-media-streamrecorder
Summary: A Streamrecorder library in Tizen Native API
-Version: 0.0.5
+Version: 0.0.6
Release: 0
Group: Multimedia/Other
License: Apache-2.0
return __convert_streamrecorder_error_code(__func__, ret);
}
- if (state != STREAMRECORDER_STATE_CREATED) {
+ if (state != STREAMRECORDER_STATE_PREPARED) {
LOGE("STREAMRECORDER_ERROR_INVALID_STATE (state:%d)", state);
return STREAMRECORDER_ERROR_INVALID_STATE;
}