mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
dvbbasebin: log channel parsing into dvbbasebin debug category as well
This commit is contained in:
parent
3bacb6312c
commit
fc2b55919d
2 changed files with 4 additions and 1 deletions
|
@ -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 =
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue