add audio background source to types.h
authorBrandon Lewis <brandon@collabora.co.uk>
Fri, 11 Jun 2010 08:39:14 +0000 (10:39 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:07 +0000 (13:21 +0200)
ges/ges-types.h

index 042823c..e2e82ee 100644 (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__ */