add audio background source to types.h

This commit is contained in:
Brandon Lewis 2010-06-11 10:39:14 +02:00 committed by Edward Hervey
parent 3c47729062
commit 88175b790a

View file

@ -73,5 +73,9 @@ typedef struct _GESTrackVideoBackgroundSource GESTrackVideoBackgroundSource;
typedef struct _GESTrackVideoBackgroundSourceClass
GESTrackVideoBackgroundSourceClass;
typedef struct _GESTrackAudioBackgroundSource GESTrackAudioBackgroundSource;
typedef struct _GESTrackAudioBackgroundSourceClass
GESTrackAudioBackgroundSourceClass;
#endif /* __GES_TYPES_H__ */