projects
/
platform
/
upstream
/
gst-editing-services.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c47729
)
add audio background source to types.h
author
Brandon Lewis
<brandon@collabora.co.uk>
Fri, 11 Jun 2010 08:39:14 +0000
(10:39 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:07 +0000
(13:21 +0200)
ges/ges-types.h
patch
|
blob
|
history
diff --git
a/ges/ges-types.h
b/ges/ges-types.h
index
042823c
..
e2e82ee
100644
(file)
--- a/
ges/ges-types.h
+++ b/
ges/ges-types.h
@@
-73,5
+73,9
@@
typedef struct _GESTrackVideoBackgroundSource GESTrackVideoBackgroundSource;
typedef struct _GESTrackVideoBackgroundSourceClass
GESTrackVideoBackgroundSourceClass;
+typedef struct _GESTrackAudioBackgroundSource GESTrackAudioBackgroundSource;
+typedef struct _GESTrackAudioBackgroundSourceClass
+ GESTrackAudioBackgroundSourceClass;
+
#endif /* __GES_TYPES_H__ */