summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-06-09 19:08:26 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-06-29 12:07:36 +0200
commit53b09c392ad1cb2325b2df498dcf6e7668ed22b6 (patch)
tree306fe0a7efdd2a9626cb952d0cf9836a40024def
parentf5f63434ab9649bdd8ee29d4c4f232c998778269 (diff)
libs/controller: Set default gst debugging category.
-rw-r--r--libs/gst/controller/gstinterpolationcontrolsource.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/gst/controller/gstinterpolationcontrolsource.c b/libs/gst/controller/gstinterpolationcontrolsource.c
index fcc8675ce8..002219945b 100644
--- a/libs/gst/controller/gstinterpolationcontrolsource.c
+++ b/libs/gst/controller/gstinterpolationcontrolsource.c
@@ -41,12 +41,15 @@
#include <gst/gst.h>
#include "gstcontrolsource.h"
#include "gstinterpolationcontrolsource.h"
#include "gstinterpolationcontrolsourceprivate.h"
+#define GST_CAT_DEFAULT controller_debug
+GST_DEBUG_CATEGORY_EXTERN (GST_CAT_DEFAULT);
+
static void gst_interpolation_control_source_init (GstInterpolationControlSource
* self);
static void
gst_interpolation_control_source_class_init (GstInterpolationControlSourceClass
* klass);