meta: fix docs

This commit is contained in:
Wim Taymans 2011-03-08 18:18:24 +00:00
parent e86973bc10
commit c5983ac47c

View file

@ -149,8 +149,7 @@ typedef gboolean (*GstMetaDeserializeFunction) (GstMeta *meta,
* @size: size of the metadata * @size: size of the metadata
* @init_func: function for initializing the metadata * @init_func: function for initializing the metadata
* @free_func: function for freeing the metadata * @free_func: function for freeing the metadata
* @copy_func: function for copying the metadata * @transform_func: function for transforming the metadata
* @sub_func: function for when a subbuffer is taken
* @serialize_func: function for serializing * @serialize_func: function for serializing
* @deserialize_func: function for deserializing * @deserialize_func: function for deserializing
* *