mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
fix doc comments
This commit is contained in:
parent
9d310cf3ee
commit
4aff8e0c9d
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue