summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-09-10 23:27:08 +1000
committerMatthew Waters <matthew@centricular.com>2018-09-21 19:36:52 +1000
commitf0a47139325cae76a5cc0ece1c2533c7a1d39084 (patch)
tree0ea77f6f3afa1a77d4d85bab60591bf6feb2879f
parent01216845c7801226c484b1c733012c1d2eec727a (diff)
webrtc/stats: rename debug category not to be ice related
-rw-r--r--ext/webrtc/gstwebrtcstats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/webrtc/gstwebrtcstats.c b/ext/webrtc/gstwebrtcstats.c
index 38a6a02a2..6bc792473 100644
--- a/ext/webrtc/gstwebrtcstats.c
+++ b/ext/webrtc/gstwebrtcstats.c
@@ -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);
}
}