mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ges/ges-track-filesource.h: fix typo in documentation commments
This commit is contained in:
parent
bc291a986d
commit
d4c60b059d
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ G_BEGIN_DECLS
|
|||
#define GES_TRACK_FILESOURCE_GET_CLASS(obj) \
|
||||
(G_TYPE_INSTANCE_GET_CLASS ((obj), GES_TYPE_TRACK_FILESOURCE, GESTrackFileSourceClass))
|
||||
/**
|
||||
* GESTrackFileSource
|
||||
* GESTrackFileSource:
|
||||
* @uri: #gchar *, the URI of the media file to play
|
||||
*
|
||||
*/
|
||||
|
@ -56,7 +56,7 @@ struct _GESTrackFileSource {
|
|||
};
|
||||
|
||||
/**
|
||||
* GESTrackFileSourceClass
|
||||
* GESTrackFileSourceClass:
|
||||
* @parent_class: parent class
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue