info: add new locking debug category
[platform/upstream/gstreamer.git] / gst / gst_private.h
index 18bfa89..1d66725 100644 (file)
@@ -204,6 +204,7 @@ GST_EXPORT GstDebugCategory *GST_CAT_PROBE;
 GST_EXPORT GstDebugCategory *GST_CAT_REGISTRY;
 GST_EXPORT GstDebugCategory *GST_CAT_QOS;
 GST_EXPORT GstDebugCategory *GST_CAT_META;
+GST_EXPORT GstDebugCategory *GST_CAT_LOCKING;
 
 /* Categories that should be completely private to
  * libgstreamer should be done like this: */
@@ -245,6 +246,7 @@ extern GstDebugCategory *_priv_GST_CAT_POLL;
 #define GST_CAT_TYPES            NULL
 #define GST_CAT_POLL             NULL
 #define GST_CAT_META             NULL
+#define GST_CAT_LOCKING          NULL
 
 #endif