meta: update for new API
This commit is contained in:
parent
82027ebfeb
commit
d0e2f7f2dc
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user