From: Tim-Philipp Müller Date: Sun, 21 Apr 2013 13:13:45 +0000 (+0100) Subject: dvbbasebin: log channel parsing into dvbbasebin debug category as well X-Git-Tag: 1.19.3~507^2~13776 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc2b55919db4503d9b78de5d7e392b8b8ef6d2a8;p=platform%2Fupstream%2Fgstreamer.git dvbbasebin: log channel parsing into dvbbasebin debug category as well --- diff --git a/sys/dvb/dvbbasebin.c b/sys/dvb/dvbbasebin.c index 57ac5bb..9a1bbd9 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 d927ab8..ea6423a 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