Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst / shapewipe / gstshapewipe.h
index 296ef59..860f3f4 100644 (file)
@@ -55,8 +55,8 @@ 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;