update for metadata changes
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 24 Feb 2012 09:26:44 +0000 (10:26 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 24 Feb 2012 09:26:44 +0000 (10:26 +0100)
gst-libs/gst/video/gstsurfacemeta.c

index 399e649..01579aa 100644 (file)
@@ -54,8 +54,7 @@ gst_surface_meta_get_info (void)
     meta_info = gst_meta_register ("GstSurfaceMeta", "GstSurfaceMeta",
         sizeof (GstSurfaceMeta),
         (GstMetaInitFunction) NULL,
-        (GstMetaFreeFunction) NULL,
-        (GstMetaCopyFunction) NULL, (GstMetaTransformFunction) NULL);
+        (GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
   }
   return meta_info;
 }