mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
applemedia: fix core_video_meta init registration
This commit is contained in:
parent
cdf91c455d
commit
c78819b26a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ gst_core_video_meta_get_info (void)
|
|||
if (g_once_init_enter (&core_video_meta_info)) {
|
||||
const GstMetaInfo *meta = gst_meta_register (GST_CORE_VIDEO_META_API_TYPE,
|
||||
"GstCoreVideoMeta", sizeof (GstCoreVideoMeta),
|
||||
(GstMetaInitFunction) NULL,
|
||||
(GstMetaInitFunction) gst_core_video_meta_init,
|
||||
(GstMetaFreeFunction) gst_core_video_meta_free,
|
||||
(GstMetaTransformFunction) gst_core_video_meta_transform);
|
||||
g_once_init_leave (&core_video_meta_info, meta);
|
||||
|
|
Loading…
Reference in a new issue