summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2018-07-02 19:55:41 +1000
committerJan Schmidt <jan@centricular.com>2018-07-14 23:18:40 +1000
commit3a6777d59932c3ef1de0999c10e8d43ce1e9bce1 (patch)
tree2e02656ca5728e58236b617eb770fb5ff2f1e3b3 /gst-libs
parentc247745faaf885fd3fa094198fc0ea288e295dbf (diff)
webrtc/dtlstransport: Add more debug. Rename category
Rename the dtlstransport debug category to webrtcdtlstransport.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/webrtc/dtlstransport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/webrtc/dtlstransport.c b/gst-libs/gst/webrtc/dtlstransport.c
index d6b760ea3..9c06253e3 100644
--- a/gst-libs/gst/webrtc/dtlstransport.c
+++ b/gst-libs/gst/webrtc/dtlstransport.c
@@ -38,7 +38,7 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
#define gst_webrtc_dtls_transport_parent_class parent_class
G_DEFINE_TYPE_WITH_CODE (GstWebRTCDTLSTransport, gst_webrtc_dtls_transport,
GST_TYPE_OBJECT, GST_DEBUG_CATEGORY_INIT (gst_webrtc_dtls_transport_debug,
- "dtlstransport", 0, "dtlstransport");
+ "webrtcdtlstransport", 0, "webrtcdtlstransport");
);
enum