alpha: port to new video API
[platform/upstream/gst-plugins-good.git] / gst / alpha / gstalphacolor.h
index 636d832..11f8674 100644 (file)
@@ -43,10 +43,9 @@ struct _GstAlphaColor
 
   /*< private >*/
   /* caps */
-  GstVideoFormat in_format, out_format;
-  gint width, height;
+  GstVideoInfo in_info, out_info;
 
-  void (*process) (guint8 * data, gint size, const gint * matrix);
+  void (*process) (GstVideoFrame * frame, const gint * matrix);
   const gint *matrix;
 };