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: submit/tizen/20210818.024548^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F262499%2F8;p=platform%2Fupstream%2Fgst-plugins-bad.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 9c6ecf36a..9ca03a4ee 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 1a37716fb..34eaa58d2 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