It is added due to the GStreamer update to 1.20 that includes patches below.
: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2186
Otherwise, some warning messages occur when releasing data channels.
[Version] 0.3.58
[Issue Type] Update
Change-Id: Ic1437a4e6e46610ed9eecd406208781d1b0231db
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.3.57
+Version: 0.3.58
Release: 0
Group: Multimedia/API
License: Apache-2.0
g_mutex_init(&channel->mutex);
g_mutex_lock(&channel->mutex);
- channel->channel = data_channel;
+ channel->channel = gst_object_ref(data_channel);
LOG_INFO("channel[%p, %p, %s] user_data[%p]", channel, data_channel, GST_OBJECT_NAME(data_channel), user_data);