mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add track background source to ges-types.h
This commit is contained in:
parent
73ca491f0e
commit
22707643b0
1 changed files with 4 additions and 0 deletions
|
@ -65,5 +65,9 @@ typedef struct _GESTrackFileSourceClass GESTrackFileSourceClass;
|
|||
typedef struct _GESTrackTransition GESTrackTransition;
|
||||
typedef struct _GESTrackTransitionClass GESTrackTransitionClass;
|
||||
|
||||
typedef struct _GESTrackBackgroundSource GESTrackBackgroundSource;
|
||||
typedef struct _GESTrackBackgroundSourceClass
|
||||
GESTrackBackgroundSourceClass;
|
||||
|
||||
|
||||
#endif /* __GES_TYPES_H__ */
|
||||
|
|
Loading…
Reference in a new issue