update for metadata changes

This commit is contained in:
Wim Taymans 2012-02-24 10:26:44 +01:00
parent 108ef70382
commit 1859802d9d

View 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;
}