mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
add audio background source to types.h
This commit is contained in:
parent
3c47729062
commit
88175b790a
1 changed files with 4 additions and 0 deletions
|
@ -73,5 +73,9 @@ typedef struct _GESTrackVideoBackgroundSource GESTrackVideoBackgroundSource;
|
||||||
typedef struct _GESTrackVideoBackgroundSourceClass
|
typedef struct _GESTrackVideoBackgroundSourceClass
|
||||||
GESTrackVideoBackgroundSourceClass;
|
GESTrackVideoBackgroundSourceClass;
|
||||||
|
|
||||||
|
typedef struct _GESTrackAudioBackgroundSource GESTrackAudioBackgroundSource;
|
||||||
|
typedef struct _GESTrackAudioBackgroundSourceClass
|
||||||
|
GESTrackAudioBackgroundSourceClass;
|
||||||
|
|
||||||
|
|
||||||
#endif /* __GES_TYPES_H__ */
|
#endif /* __GES_TYPES_H__ */
|
||||||
|
|
Loading…
Reference in a new issue