summaryrefslogtreecommitdiff
path: root/gst/gst_private.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-07-04 16:04:28 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-07-05 11:19:16 +0200
commitafd5db3c6bea27a8235c45217afa3c2a36a0a6a8 (patch)
treee6118542227be3db8ea7b8785c1ca433cf408fbb /gst/gst_private.h
parent4b322e37f85a0a403aa604cc709ab333308cdb19 (diff)
info: add new locking debug category
Diffstat (limited to 'gst/gst_private.h')
-rw-r--r--gst/gst_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gst_private.h b/gst/gst_private.h
index 18bfa899f..1d6672543 100644
--- a/gst/gst_private.h
+++ b/gst/gst_private.h
@@ -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