diff options
Diffstat (limited to 'gst/qtdemux/qtdemux.c')
-rw-r--r-- | gst/qtdemux/qtdemux.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index ba731580..3b527fac 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -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) |