mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
update for metadata change
This commit is contained in:
parent
3c292543bc
commit
0ab5677107
2 changed files with 2 additions and 4 deletions
|
@ -66,8 +66,7 @@ gst_v4l2_meta_get_info (void)
|
|||
meta_info =
|
||||
gst_meta_register ("GstV4l2Meta", "GstV4l2Meta",
|
||||
sizeof (GstV4l2Meta), (GstMetaInitFunction) NULL,
|
||||
(GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
|
||||
(GstMetaTransformFunction) NULL);
|
||||
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||
}
|
||||
return meta_info;
|
||||
}
|
||||
|
|
|
@ -32,8 +32,7 @@ gst_meta_ximage_get_info (void)
|
|||
meta_ximage_info =
|
||||
gst_meta_register ("GstMetaXImageSrc", "GstMetaXImageSrc",
|
||||
sizeof (GstMetaXImage), (GstMetaInitFunction) NULL,
|
||||
(GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
|
||||
(GstMetaTransformFunction) NULL);
|
||||
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||
}
|
||||
return meta_ximage_info;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue