update for meta api change
[platform/upstream/gst-plugins-good.git] / gst / effectv / gstwarp.h
index a987960..4c53499 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <gst/gst.h>
 
+#include <gst/video/video.h>
 #include <gst/video/gstvideofilter.h>
 
 G_BEGIN_DECLS
@@ -49,9 +50,8 @@ struct _GstWarpTV
   GstVideoFilter videofilter;
 
   /* < private > */
+  GstVideoInfo info;
 
-  gint width, height;
-  gint *offstable;
   gint32 *disttable;
   gint32 ctable[1024];
   gint tval;