mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
ges/ges-types.h: add typedefs for GESTrackTransition[Class] structs
This commit is contained in:
parent
eeae501a0a
commit
3cc23d98ea
1 changed files with 3 additions and 0 deletions
|
@ -59,5 +59,8 @@ typedef struct _GESTrackSourceClass GESTrackSourceClass;
|
|||
typedef struct _GESTrackFileSource GESTrackFileSource;
|
||||
typedef struct _GESTrackFileSourceClass GESTrackFileSourceClass;
|
||||
|
||||
typedef struct _GESTrackTransition GESTrackTransition;
|
||||
typedef struct _GESTrackTransitionClass GESTrackTransitionClass;
|
||||
|
||||
|
||||
#endif /* __GES_TYPES_H__ */
|
||||
|
|
Loading…
Reference in a new issue