It could not be an error since we've changed the timing of link.
[Version] 0.3.177
[Issue Type] Log
Change-Id: I9ca8ba25f02ef3cb590f6b3be9d49fa6879d6c21
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.3.176
+Version: 0.3.177
Release: 0
Group: Multimedia/API
License: Apache-2.0
RET_VAL_IF(source == NULL, FALSE, "source is NULL");
RET_VAL_IF(source->webrtc == NULL, FALSE, "webrtc is NULL");
- RET_VAL_IF(peer == NULL, TRUE, "peer pad is NULL");
+ if (!peer) {
+ LOG_DEBUG("peer pad is NULL");
+ return TRUE;
+ }
LOG_DEBUG("about to release request pad[%s]", GST_PAD_NAME(peer));