add GESTimelineBackgroundSource to build system

This commit is contained in:
Brandon Lewis 2010-06-10 13:23:59 +02:00 committed by Edward Hervey
parent 4ab734edf0
commit 323cc10942
2 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,7 @@ libges_@GST_MAJORMINOR@_la_SOURCES = \
ges-timeline-source.c \
ges-timeline-file-source.c \
ges-timeline-transition.c \
ges-timeline-background-source.c \
ges-track.c \
ges-track-object.c \
ges-track-source.c \
@ -39,6 +40,7 @@ libges_@GST_MAJORMINOR@include_HEADERS = \
ges-timeline-source.h \
ges-timeline-file-source.h \
ges-timeline-transition.h \
ges-timeline-background-source.h \
ges-track.h \
ges-track-object.h \
ges-track-source.h \

View file

@ -47,6 +47,9 @@ typedef struct _GESTimelineFileSourceClass GESTimelineFileSourceClass;
typedef struct _GESTimelineTransition GESTimelineTransition;
typedef struct _GESTimelineTransitionClass GESTimelineTransitionClass;
typedef struct _GESTimelineBackgroundSource GESTimelineBackgroundSource;
typedef struct _GESTimelineBackgroundSourceClass GESTimelineBackgroundSourceClass;
typedef struct _GESTrack GESTrack;
typedef struct _GESTrackClass GESTrackClass;