aboutsummaryrefslogtreecommitdiff
path: root/gst/coloreffects/gstchromahold.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/coloreffects/gstchromahold.h')
-rw-r--r--gst/coloreffects/gstchromahold.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/coloreffects/gstchromahold.h b/gst/coloreffects/gstchromahold.h
index 429db13d..6db1f2d6 100644
--- a/gst/coloreffects/gstchromahold.h
+++ b/gst/coloreffects/gstchromahold.h
@@ -28,7 +28,6 @@
#include <gst/gst.h>
#include <gst/video/video.h>
#include <gst/video/gstvideofilter.h>
-#include <gst/controller/gstcontroller.h>
G_BEGIN_DECLS
#define GST_TYPE_CHROMA_HOLD \
@@ -62,7 +61,7 @@ struct _GstChromaHold
guint tolerance;
/* processing function */
- void (*process) (guint8 * dest, gint width, gint height,
+ void (*process) (GstVideoFrame * frame, gint width, gint height,
GstChromaHold * chroma_hold);
/* pre-calculated values */