gstreamer_core/libs/gst/controller/gstcontrolsource.c
changeset 20 7e3786c5ed27
parent 16 8e837d1bf446
equal deleted inserted replaced
19:24ed0baaf8e5 20:7e3786c5ed27
    42  */
    42  */
    43 
    43 
    44 #include <glib-object.h>
    44 #include <glib-object.h>
    45 #include <gst/gst.h>
    45 #include <gst/gst.h>
    46 
    46 
    47 #include "gstcontrolsource.h"
    47 #include "gst/controller/gstcontrolsource.h"
    48 
    48 
    49 #define GST_CAT_DEFAULT controller_debug
    49 #define GST_CAT_DEFAULT controller_debug
    50 GST_DEBUG_CATEGORY_EXTERN (GST_CAT_DEFAULT);
    50 GST_DEBUG_CATEGORY_EXTERN (GST_CAT_DEFAULT);
    51 
    51 
    52 static void gst_control_source_class_init (GstControlSourceClass * klass);
    52 static void gst_control_source_class_init (GstControlSourceClass * klass);