meta: update for new API

This commit is contained in:
Wim Taymans 2011-03-08 17:03:22 +00:00
parent 82027ebfeb
commit d0e2f7f2dc
2 changed files with 2 additions and 4 deletions

View file

@ -1892,8 +1892,7 @@ gst_meta_dfbsurface_get_info (void)
sizeof (GstMetaDfbSurface),
(GstMetaInitFunction) NULL,
(GstMetaFreeFunction) NULL,
(GstMetaCopyFunction) NULL,
(GstMetaSubFunction) NULL,
(GstMetaTransformFunction) NULL,
(GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL);
}
return meta_info;

View file

@ -113,8 +113,7 @@ rsn_meta_wrapped_get_info (void)
sizeof (RsnMetaWrapped),
(GstMetaInitFunction) rsn_meta_wrapped_init,
(GstMetaFreeFunction) rsn_meta_wrapped_free,
(GstMetaCopyFunction) NULL,
(GstMetaSubFunction) NULL,
(GstMetaTransformFunction) NULL,
(GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL);
}
return meta_info;