Merge branch 'master' into 0.11
[platform/upstream/gst-plugins-good.git] / gst / shapewipe / gstshapewipe.h
index 251a045..296ef59 100644 (file)
@@ -59,8 +59,9 @@ struct _GstShapeWipe
   GCond *mask_cond;
   gint mask_bpp;
 
-  GstVideoFormat fmt;
-  gint width, height;
+  GstVideoInfo info;
+
+  gboolean shutdown;
 
   gdouble proportion;
   GstClockTime earliest_time;