mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
update for metadata changes
This commit is contained in:
parent
108ef70382
commit
1859802d9d
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ gst_surface_meta_get_info (void)
|
|||
meta_info = gst_meta_register ("GstSurfaceMeta", "GstSurfaceMeta",
|
||||
sizeof (GstSurfaceMeta),
|
||||
(GstMetaInitFunction) NULL,
|
||||
(GstMetaFreeFunction) NULL,
|
||||
(GstMetaCopyFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||
}
|
||||
return meta_info;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue