diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-06-09 19:08:26 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-06-29 12:07:36 +0200 |
commit | 53b09c392ad1cb2325b2df498dcf6e7668ed22b6 (patch) | |
tree | 306fe0a7efdd2a9626cb952d0cf9836a40024def /libs | |
parent | f5f63434ab9649bdd8ee29d4c4f232c998778269 (diff) |
libs/controller: Set default gst debugging category.
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gst/controller/gstinterpolationcontrolsource.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/gst/controller/gstinterpolationcontrolsource.c b/libs/gst/controller/gstinterpolationcontrolsource.c index fcc8675ce..002219945 100644 --- a/libs/gst/controller/gstinterpolationcontrolsource.c +++ b/libs/gst/controller/gstinterpolationcontrolsource.c @@ -44,6 +44,9 @@ #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 |