metadata: use a non-DEFAULT proper debug category in helper files

This commit is contained in:
Mark Nauwelaerts 2010-02-05 10:16:27 +01:00
parent d8117471f6
commit 5f4f24fb76
7 changed files with 17 additions and 2 deletions

View file

@ -129,7 +129,7 @@ enum
*/ */
GST_DEBUG_CATEGORY_STATIC (gst_metadata_demux_debug); GST_DEBUG_CATEGORY (gst_metadata_demux_debug);
#define GST_CAT_DEFAULT gst_metadata_demux_debug #define GST_CAT_DEFAULT gst_metadata_demux_debug
#define GOTO_DONE_IF_NULL(ptr) \ #define GOTO_DONE_IF_NULL(ptr) \

View file

@ -111,7 +111,7 @@ enum
*/ */
GST_DEBUG_CATEGORY_STATIC (gst_metadata_mux_debug); GST_DEBUG_CATEGORY (gst_metadata_mux_debug);
#define GST_CAT_DEFAULT gst_metadata_mux_debug #define GST_CAT_DEFAULT gst_metadata_mux_debug
#define GOTO_DONE_IF_NULL(ptr) \ #define GOTO_DONE_IF_NULL(ptr) \

View file

@ -85,6 +85,9 @@
#include <libiptcdata/iptc-jpeg.h> #include <libiptcdata/iptc-jpeg.h>
#endif #endif
GST_DEBUG_CATEGORY_EXTERN (gst_metadata_mux_debug);
#define GST_CAT_DEFAULT gst_metadata_mux_debug
/* /*
* defines and macros * defines and macros
*/ */

View file

@ -80,6 +80,9 @@
#include <string.h> #include <string.h>
GST_DEBUG_CATEGORY_EXTERN (gst_metadata_mux_debug);
#define GST_CAT_DEFAULT gst_metadata_mux_debug
/* /*
* defines and macros * defines and macros
*/ */

View file

@ -90,6 +90,9 @@
#include "metadataiptc.h" #include "metadataiptc.h"
#endif #endif
GST_DEBUG_CATEGORY_EXTERN (gst_metadata_demux_debug);
#define GST_CAT_DEFAULT gst_metadata_demux_debug
/* /*
* defines and macros * defines and macros
*/ */

View file

@ -70,6 +70,9 @@
#include <string.h> #include <string.h>
GST_DEBUG_CATEGORY_EXTERN (gst_metadata_demux_debug);
#define GST_CAT_DEFAULT gst_metadata_demux_debug
/* /*
* defines and macros * defines and macros
*/ */

View file

@ -55,6 +55,9 @@
#include "metadataparseutil.h" #include "metadataparseutil.h"
#include <string.h> #include <string.h>
GST_DEBUG_CATEGORY_EXTERN (gst_metadata_demux_debug);
#define GST_CAT_DEFAULT gst_metadata_demux_debug
/* /*
* extern functions implementations * extern functions implementations
*/ */