webrtc/nice: Enable nice debug log 23/288223/1
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Feb 2023 03:11:01 +0000 (12:11 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Feb 2023 03:11:07 +0000 (12:11 +0900)
It has been omitted since it was updated to gst 1.22 version.

Change-Id: I721c195ce30116dade93ef5b23ad9f060c57c026

packaging/gstreamer.spec
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c

index a9bbaf5..81aa0e6 100644 (file)
@@ -62,7 +62,7 @@
 
 Name:           %{_name}
 Version:        1.22.0
-Release:        9
+Release:        10
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.0+
 Group:          Multimedia/Framework
index d7feae1..74e0d84 100644 (file)
@@ -1668,6 +1668,9 @@ gst_webrtc_nice_init (GstWebRTCNice * 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_FEATURE_WEBRTC_MODIFICATION
+  nice_debug_enable (TRUE);
+#endif
 }
 
 GstWebRTCNice *