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
@@ -44,6 +44,9 @@
44#include "gstinterpolationcontrolsource.h" 44#include "gstinterpolationcontrolsource.h"
45#include "gstinterpolationcontrolsourceprivate.h" 45#include "gstinterpolationcontrolsourceprivate.h"
46 46
47#define GST_CAT_DEFAULT controller_debug
48GST_DEBUG_CATEGORY_EXTERN (GST_CAT_DEFAULT);
49
47static void gst_interpolation_control_source_init (GstInterpolationControlSource 50static void gst_interpolation_control_source_init (GstInterpolationControlSource
48 * self); 51 * self);
49static void 52static void