webrtcbin: Call nice_debug_enable() to enable nice debug
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 12 Aug 2021 06:15:21 +0000 (15:15 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Wed, 18 Aug 2021 02:42:20 +0000 (11:42 +0900)
[Version] 1.16.2-22
[Issue Type] Improvement

Change-Id: Ibdb502e357bbe099703dbdff743980d9f1799eb7

ext/webrtc/gstwebrtcice.c
packaging/gst-plugins-bad.spec

index 9c6ecf3..9ca03a4 100644 (file)
@@ -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 *
index 1a37716..34eaa58 100644 (file)
@@ -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