dvbbasebin: log channel parsing into dvbbasebin debug category as well
authorTim-Philipp Müller <tim@centricular.net>
Sun, 21 Apr 2013 13:13:45 +0000 (14:13 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 21 Apr 2013 13:13:45 +0000 (14:13 +0100)
sys/dvb/dvbbasebin.c
sys/dvb/parsechannels.c

index 57ac5bb..9a1bbd9 100644 (file)
@@ -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 =
index d927ab8..ea6423a 100644 (file)
@@ -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