mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +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 {
|
||||
/*< public >*/
|
||||
GESTrackObject parent;
|
||||
/*< private >*/
|
||||
GstElement *element;
|
||||
/* <public> */
|
||||
};
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue