mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +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
|
||||
GESTrackVideoBackgroundSourceClass;
|
||||
|
||||
typedef struct _GESTrackAudioBackgroundSource GESTrackAudioBackgroundSource;
|
||||
typedef struct _GESTrackAudioBackgroundSourceClass
|
||||
GESTrackAudioBackgroundSourceClass;
|
||||
|
||||
|
||||
#endif /* __GES_TYPES_H__ */
|
||||
|
|
Loading…
Reference in a new issue