summaryrefslogtreecommitdiffstats
path: root/ext/dv
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dv')
-rw-r--r--ext/dv/gstdvdec.c2
-rw-r--r--ext/dv/gstdvdemux.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index 73098120..501c57bd 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -64,7 +64,7 @@ GST_ELEMENT_DETAILS ("DV video decoder",
#define DV_DEFAULT_QUALITY DV_QUALITY_BEST
#define DV_DEFAULT_DECODE_NTH 1
-GST_DEBUG_CATEGORY (dvdec_debug);
+GST_DEBUG_CATEGORY_STATIC (dvdec_debug);
#define GST_CAT_DEFAULT dvdec_debug
enum
diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c
index 1d005fb5..e8d70415 100644
--- a/ext/dv/gstdvdemux.c
+++ b/ext/dv/gstdvdemux.c
@@ -107,7 +107,7 @@
#define NTSC_WIDE_PAR_X 40
#define NTSC_WIDE_PAR_Y 33
-GST_DEBUG_CATEGORY (dvdemux_debug);
+GST_DEBUG_CATEGORY_STATIC (dvdemux_debug);
#define GST_CAT_DEFAULT dvdemux_debug
static const GstElementDetails dvdemux_details =