dvbbasebin: log channel parsing into dvbbasebin debug category as well
This commit is contained in:
parent
3bacb6312c
commit
fc2b55919d
@ -30,7 +30,7 @@
|
|||||||
#include "dvbbasebin.h"
|
#include "dvbbasebin.h"
|
||||||
#include "parsechannels.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
|
#define GST_CAT_DEFAULT dvb_base_bin_debug
|
||||||
|
|
||||||
static GstStaticPadTemplate src_template =
|
static GstStaticPadTemplate src_template =
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
|
|
||||||
#include "parsechannels.h"
|
#include "parsechannels.h"
|
||||||
|
|
||||||
|
GST_DEBUG_CATEGORY_EXTERN (dvb_base_bin_debug);
|
||||||
|
#define GST_CAT_DEFAULT dvb_base_bin_debug
|
||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
* Store the channels hash table around instead of constantly parsing it
|
* Store the channels hash table around instead of constantly parsing it
|
||||||
* Detect when the file changed on disk
|
* Detect when the file changed on disk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user