mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +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 =
|
meta_info =
|
||||||
gst_meta_register ("GstV4l2Meta", "GstV4l2Meta",
|
gst_meta_register ("GstV4l2Meta", "GstV4l2Meta",
|
||||||
sizeof (GstV4l2Meta), (GstMetaInitFunction) NULL,
|
sizeof (GstV4l2Meta), (GstMetaInitFunction) NULL,
|
||||||
(GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
|
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||||
(GstMetaTransformFunction) NULL);
|
|
||||||
}
|
}
|
||||||
return meta_info;
|
return meta_info;
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,8 +32,7 @@ gst_meta_ximage_get_info (void)
|
||||||
meta_ximage_info =
|
meta_ximage_info =
|
||||||
gst_meta_register ("GstMetaXImageSrc", "GstMetaXImageSrc",
|
gst_meta_register ("GstMetaXImageSrc", "GstMetaXImageSrc",
|
||||||
sizeof (GstMetaXImage), (GstMetaInitFunction) NULL,
|
sizeof (GstMetaXImage), (GstMetaInitFunction) NULL,
|
||||||
(GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
|
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
|
||||||
(GstMetaTransformFunction) NULL);
|
|
||||||
}
|
}
|
||||||
return meta_ximage_info;
|
return meta_ximage_info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue