gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwise all...
authorEdward Hervey <bilboed@bilboed.com>
Wed, 7 Mar 2007 11:37:23 +0000 (11:37 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 7 Mar 2007 11:37:23 +0000 (11:37 +0000)
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.

gst/qtdemux/qtdemux.c
gst/qtdemux/qtdemux.h

index ba731580d13c69f57177ce937903e6dcad6278a0..3b527facef8ae25391ef032168b3ad0c65a51ce3 100644 (file)
@@ -64,9 +64,7 @@
 # include <zlib.h>
 #endif
 
-GST_DEBUG_CATEGORY_STATIC (qtdemux_debug);
-#define GST_CAT_DEFAULT qtdemux_debug
-
+GST_DEBUG_CATEGORY (qtdemux_debug);
 
 #if 0
 #define qtdemux_dump_mem(a,b)  gst_util_dump_mem(a,b)
index 4f6afcdd32b0c645a1c157502bf6dccb13c83828..984f26dcb970a773e03c3c55a68f75dec0597a96 100644 (file)
@@ -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) \