fix doc comments

This commit is contained in:
Brandon Lewis 2010-06-30 16:47:29 +02:00 committed by Edward Hervey
parent 9d310cf3ee
commit 4aff8e0c9d

View file

@ -54,14 +54,17 @@ G_BEGIN_DECLS
*/ */
struct _GESTrackSource { struct _GESTrackSource {
GESTrackObject parent;
GstElement *element;
/*< public >*/ /*< public >*/
GESTrackObject parent;
/*< private >*/
GstElement *element;
}; };
/** /**
* GESTrackSourceClass: * GESTrackSourceClass:
* @parent_class: the parent class * @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. * Base class for track objects which produce data but do not consuem it.
* *