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), sizeof (GstMetaDfbSurface),
(GstMetaInitFunction) NULL, (GstMetaInitFunction) NULL,
(GstMetaFreeFunction) NULL, (GstMetaFreeFunction) NULL,
(GstMetaCopyFunction) NULL, (GstMetaTransformFunction) NULL,
(GstMetaSubFunction) NULL,
(GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL); (GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL);
} }
return meta_info; return meta_info;

View File

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