ges-track-transition.c: GstControlSource -> GstInterpolationControlSource
authorBrandon Lewis <brandon.lewis@collabora.co.uk>
Tue, 25 May 2010 17:06:10 +0000 (19:06 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 9 Jun 2010 09:28:07 +0000 (11:28 +0200)
ges/ges-track-transition.h

index 8af3d28ee425dca2e4779e3d4adf258ca407efa3..da56ca9ea895f2918eee684a1f46d02be3464a98 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <glib-object.h>
 #include <gst/controller/gstcontroller.h>
-#include <gst/controller/gstcontrolsource.h>
+#include <gst/controller/gstinterpolationcontrolsource.h>
 #include <ges/ges-types.h>
 #include <ges/ges-track-object.h>
 
@@ -52,7 +52,7 @@ G_BEGIN_DECLS
 {
   GESTrackObject parent;
   GstController *controller;
-  GstControlSource *control_source;
+  GstInterpolationControlSource *control_source;
 };
 
 struct _GESTrackTransitionClass {