summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-03-07 11:37:23 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-03-07 11:37:23 +0000
commit816404ac4167846a959beea145f24fc2622cb983 (patch)
tree21da72f23625a36a639492be239e8919915fdb8b /gst/qtdemux/qtdemux.h
parent143708a433a5c919a835703e3f4c0e2ecd73a442 (diff)
gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwise all debugging in files other than qtd...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: * gst/qtdemux/qtdemux.h: Share qtdemux debug category across all files, otherwise all debugging in files other than qtdemux.c would end up in the default category.
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index 4f6afcdd..984f26dc 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -26,6 +26,9 @@
G_BEGIN_DECLS
+GST_DEBUG_CATEGORY_EXTERN (qtdemux_debug);
+#define GST_CAT_DEFAULT qtdemux_debug
+
#define GST_TYPE_QTDEMUX \
(gst_qtdemux_get_type())
#define GST_QTDEMUX(obj) \