Merge remote-tracking branch 'origin/0.10'
[platform/upstream/gst-plugins-good.git] / gst / shapewipe / gstshapewipe.h
index 296ef59..1df8c5e 100644 (file)
@@ -55,11 +55,12 @@ struct _GstShapeWipe
   GstBuffer *mask;
   gfloat mask_position;
   gfloat mask_border;
-  GMutex *mask_mutex;
-  GCond *mask_cond;
+  GMutex mask_mutex;
+  GCond mask_cond;
   gint mask_bpp;
 
-  GstVideoInfo info;
+  GstVideoInfo vinfo;
+  GstVideoInfo minfo;
 
   gboolean shutdown;