mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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.
This commit is contained in:
parent
143708a433
commit
816404ac41
2 changed files with 4 additions and 3 deletions
|
@ -64,9 +64,7 @@
|
||||||
# include <zlib.h>
|
# include <zlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (qtdemux_debug);
|
GST_DEBUG_CATEGORY (qtdemux_debug);
|
||||||
#define GST_CAT_DEFAULT qtdemux_debug
|
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define qtdemux_dump_mem(a,b) gst_util_dump_mem(a,b)
|
#define qtdemux_dump_mem(a,b) gst_util_dump_mem(a,b)
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
GST_DEBUG_CATEGORY_EXTERN (qtdemux_debug);
|
||||||
|
#define GST_CAT_DEFAULT qtdemux_debug
|
||||||
|
|
||||||
#define GST_TYPE_QTDEMUX \
|
#define GST_TYPE_QTDEMUX \
|
||||||
(gst_qtdemux_get_type())
|
(gst_qtdemux_get_type())
|
||||||
#define GST_QTDEMUX(obj) \
|
#define GST_QTDEMUX(obj) \
|
||||||
|
|
Loading…
Reference in a new issue