summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/videomixer.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-06-30 12:39:19 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-07-10 14:37:07 +0200
commitace4cb229542ae2c4ca8331d840e6bb3acd03c22 (patch)
tree24c0df8db39f2b234c82f2bc38e44a9d34beeee7 /gst/videomixer/videomixer.h
parent3ebf5e9a2ab3ede71556d63f9d678b082e408af5 (diff)
videomixer: Make debugging category global to all the code.
Diffstat (limited to 'gst/videomixer/videomixer.h')
-rw-r--r--gst/videomixer/videomixer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/videomixer/videomixer.h b/gst/videomixer/videomixer.h
index 707bf27b..7266a9af 100644
--- a/gst/videomixer/videomixer.h
+++ b/gst/videomixer/videomixer.h
@@ -23,6 +23,10 @@
#include <gst/gst.h>
#include "videomixerpad.h"
+GST_DEBUG_CATEGORY_EXTERN (gst_videomixer_debug);
+#define GST_CAT_DEFAULT gst_videomixer_debug
+
+
G_BEGIN_DECLS
#define GST_TYPE_VIDEO_MIXER (gst_videomixer_get_type())