mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
webrtc/dtlstransport: Add more debug. Rename category
Rename the dtlstransport debug category to webrtcdtlstransport.
This commit is contained in:
parent
c247745faa
commit
3a6777d599
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue