mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ges-track-transition.c: GstControlSource -> GstInterpolationControlSource
This commit is contained in:
parent
bfadeeb4f5
commit
28f1acba81
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
#include <gst/controller/gstcontroller.h>
|
||||||
#include <gst/controller/gstcontrolsource.h>
|
#include <gst/controller/gstinterpolationcontrolsource.h>
|
||||||
#include <ges/ges-types.h>
|
#include <ges/ges-types.h>
|
||||||
#include <ges/ges-track-object.h>
|
#include <ges/ges-track-object.h>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ G_BEGIN_DECLS
|
||||||
{
|
{
|
||||||
GESTrackObject parent;
|
GESTrackObject parent;
|
||||||
GstController *controller;
|
GstController *controller;
|
||||||
GstControlSource *control_source;
|
GstInterpolationControlSource *control_source;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GESTrackTransitionClass {
|
struct _GESTrackTransitionClass {
|
||||||
|
|
Loading…
Reference in a new issue