diff --git a/ges/ges-track-source.h b/ges/ges-track-source.h index b02802cfe4..c400db030c 100644 --- a/ges/ges-track-source.h +++ b/ges/ges-track-source.h @@ -54,14 +54,17 @@ G_BEGIN_DECLS */ struct _GESTrackSource { + /*< public >*/ GESTrackObject parent; + /*< private >*/ GstElement *element; - /* */ }; /** * GESTrackSourceClass: * @parent_class: the parent class + * @create_element: method to create the gstreamer element which fills the + * gnlobject * * Base class for track objects which produce data but do not consuem it. *