[Version] 0.1.128
[Issue Type] Improvement
Change-Id: I68c899e074da9b347284d9598e650423bada0856
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.1.127
+Version: 0.1.128
Release: 0
Group: Multimedia/API
License: Apache-2.0
return;
}
- if (ret != WEBRTC_ERROR_NONE)
- LOG_ERROR("failed to build a rendering pipeline");
+ if (ret != WEBRTC_ERROR_NONE) {
+ LOG_ERROR("failed to build a rendering pipeline, ret[0x%x]", ret);
+ _post_error_cb_in_idle(webrtc, ret);
+ }
GENERATE_DOT(webrtc, "%s", GST_ELEMENT_NAME(decodebin));
}