mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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",
|
meta_info = gst_meta_register ("GstSurfaceMeta", "GstSurfaceMeta",
|
||||||
sizeof (GstSurfaceMeta),
|
sizeof (GstSurfaceMeta),
|
||||||
(GstMetaInitFunction) NULL,
|
(GstMetaInitFunction) NULL,
|
||||||
(GstMetaFreeFunction) NULL,
|
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||||
(GstMetaCopyFunction) NULL, (GstMetaTransformFunction) NULL);
|
|
||||||
}
|
}
|
||||||
return meta_info;
|
return meta_info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue