mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
webrtc/stats: rename debug category not to be ice related
This commit is contained in:
parent
01216845c7
commit
f0a4713932
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue