ges-track-transition.c: GstControlSource -> GstInterpolationControlSource

This commit is contained in:
Brandon Lewis 2010-05-25 19:06:10 +02:00 committed by Edward Hervey
parent bfadeeb4f5
commit 28f1acba81

View 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 {