add vpattern field to GESTimelineBackground source

This commit is contained in:
Brandon Lewis 2010-06-11 15:15:59 +02:00 committed by Edward Hervey
parent 12437967ba
commit 8019f805db

View file

@ -55,8 +55,7 @@ struct _GESTimelineBackgroundSource {
gboolean mute; gboolean mute;
/*< private >*/ /*< private >*/
GstElement *vsrc; gint vpattern;
GstElement *asrc;
}; };
/** /**