add vpattern field to GESTimelineBackground source
authorBrandon Lewis <brandon@collabora.co.uk>
Fri, 11 Jun 2010 13:15:59 +0000 (15:15 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:07 +0000 (13:21 +0200)
ges/ges-timeline-background-source.h

index d6d6293..a386dc8 100644 (file)
@@ -55,8 +55,7 @@ struct _GESTimelineBackgroundSource {
   gboolean mute;
 
   /*< private >*/
-  GstElement *vsrc;
-  GstElement *asrc;
+  gint vpattern;
 };
 
 /**