dvbbasebin: log channel parsing into dvbbasebin debug category as well

This commit is contained in:
Tim-Philipp Müller 2013-04-21 14:13:45 +01:00
parent 3bacb6312c
commit fc2b55919d
2 changed files with 4 additions and 1 deletions

View 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 =

View 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