mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
meta: update for new API
This commit is contained in:
parent
82027ebfeb
commit
d0e2f7f2dc
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue