X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstcontrolsource.c;h=3d87670c8f9b1438d313b0e816b5d7b016e148f0;hb=a1599f5f7e9e31b9ec34e4d427705cb2a7e62a9b;hp=bc9e125e108484a9cf99b6a85daf55190ec18835;hpb=08d9f540443c144aa019d6c399e93f8d139e0eab;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstcontrolsource.c b/gst/gstcontrolsource.c index bc9e125..3d87670 100644 --- a/gst/gstcontrolsource.c +++ b/gst/gstcontrolsource.c @@ -48,8 +48,8 @@ #include "gstcontrolsource.h" -#define GST_CAT_DEFAULT controller_debug -GST_DEBUG_CATEGORY_EXTERN (GST_CAT_DEFAULT); +#define GST_CAT_DEFAULT control_source_debug +GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT); G_DEFINE_ABSTRACT_TYPE (GstControlSource, gst_control_source, G_TYPE_OBJECT); @@ -64,6 +64,9 @@ gst_control_source_class_init (GstControlSourceClass * klass) /* Has to be implemented by children */ klass->bind = NULL; + + GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "gstcontrolsource", 0, + "dynamic parameter control sources"); } static void