From: YoungHun Kim Date: Thu, 12 Aug 2021 06:15:21 +0000 (+0900) Subject: webrtcbin: Call nice_debug_enable() to enable nice debug X-Git-Tag: accepted/tizen/unified/20220217.153506~2^2~10^2~9^2~12^2~2^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e122f08c20abf959adc0f84e08489c21ef173701;p=platform%2Fupstream%2Fgstreamer.git webrtcbin: Call nice_debug_enable() to enable nice debug [Version] 1.16.2-22 [Issue Type] Improvement Change-Id: Ibdb502e357bbe099703dbdff743980d9f1799eb7 --- diff --git a/ext/webrtc/gstwebrtcice.c b/ext/webrtc/gstwebrtcice.c index 9c6ecf3..9ca03a4 100644 --- a/ext/webrtc/gstwebrtcice.c +++ b/ext/webrtc/gstwebrtcice.c @@ -1149,6 +1149,9 @@ gst_webrtc_ice_init (GstWebRTCICE * ice) g_array_new (FALSE, TRUE, sizeof (struct NiceStreamItem)); g_array_set_clear_func (ice->priv->nice_stream_map, (GDestroyNotify) _clear_ice_stream); +#ifdef __TIZEN__ + nice_debug_enable (FALSE); +#endif } GstWebRTCICE * diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index 1a37716..34eaa58 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -4,7 +4,7 @@ Name: gst-plugins-bad Version: 1.16.2 -Release: 21 +Release: 22 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.0+ Group: Multimedia/Framework