mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ges/ges-track-filesource.h: fix incorrect definition of GESTrackFileSource
structs.
This commit is contained in:
parent
93534c0500
commit
bc291a986d
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ G_BEGIN_DECLS
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
struct _GESTrackFileSource {
|
struct _GESTrackFileSource {
|
||||||
GESTrackObject parent;
|
GESTrackSource parent;
|
||||||
|
|
||||||
/*< public >*/
|
/*< public >*/
|
||||||
gchar *uri;
|
gchar *uri;
|
||||||
|
@ -61,7 +61,7 @@ struct _GESTrackFileSource {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GESTrackFileSourceClass {
|
struct _GESTrackFileSourceClass {
|
||||||
GESTrackObjectClass parent_class;
|
GESTrackSourceClass parent_class;
|
||||||
|
|
||||||
/* <public> */
|
/* <public> */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue