webrtc/stats: rename debug category not to be ice related
authorMatthew Waters <matthew@centricular.com>
Mon, 10 Sep 2018 13:27:08 +0000 (23:27 +1000)
committerMatthew Waters <matthew@centricular.com>
Fri, 21 Sep 2018 09:36:52 +0000 (19:36 +1000)
ext/webrtc/gstwebrtcstats.c

index 38a6a02..6bc7924 100644 (file)
@@ -40,8 +40,8 @@ _init_debug (void)
   static gsize _init = 0;
 
   if (g_once_init_enter (&_init)) {
-    GST_DEBUG_CATEGORY_INIT (gst_webrtc_stats_debug, "webrtcice", 0,
-        "webrtcice");
+    GST_DEBUG_CATEGORY_INIT (gst_webrtc_stats_debug, "webrtcstats", 0,
+        "webrtcstats");
     g_once_init_leave (&_init, 1);
   }
 }