summaryrefslogtreecommitdiff
path: root/sys/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dvb')
-rw-r--r--sys/dvb/dvbbasebin.c2
-rw-r--r--sys/dvb/parsechannels.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/dvb/dvbbasebin.c b/sys/dvb/dvbbasebin.c
index 57ac5bb3c..9a1bbd9fe 100644
--- a/sys/dvb/dvbbasebin.c
+++ b/sys/dvb/dvbbasebin.c
@@ -30,7 +30,7 @@
#include "dvbbasebin.h"
#include "parsechannels.h"
-GST_DEBUG_CATEGORY_STATIC (dvb_base_bin_debug);
+GST_DEBUG_CATEGORY (dvb_base_bin_debug);
#define GST_CAT_DEFAULT dvb_base_bin_debug
static GstStaticPadTemplate src_template =
diff --git a/sys/dvb/parsechannels.c b/sys/dvb/parsechannels.c
index d927ab802..ea6423aa0 100644
--- a/sys/dvb/parsechannels.c
+++ b/sys/dvb/parsechannels.c
@@ -33,6 +33,9 @@
#include "parsechannels.h"
+GST_DEBUG_CATEGORY_EXTERN (dvb_base_bin_debug);
+#define GST_CAT_DEFAULT dvb_base_bin_debug
+
/* TODO:
* Store the channels hash table around instead of constantly parsing it
* Detect when the file changed on disk