pvrbufferpool: fix gst_meta_register() parameters
https://bugzilla.gnome.org/show_bug.cgi?id=765581
This commit is contained in:
parent
38895f2364
commit
c9cd32bcea
@ -85,7 +85,7 @@ gst_pvr_meta_get_info (void)
|
|||||||
sizeof (GstPVRMeta),
|
sizeof (GstPVRMeta),
|
||||||
(GstMetaInitFunction) gst_pvr_meta_init,
|
(GstMetaInitFunction) gst_pvr_meta_init,
|
||||||
(GstMetaFreeFunction) gst_pvr_meta_free,
|
(GstMetaFreeFunction) gst_pvr_meta_free,
|
||||||
(GstMetaCopyFunction) NULL, (GstMetaTransformFunction) NULL);
|
(GstMetaTransformFunction) NULL);
|
||||||
g_once_init_leave (&pvr_meta_info, meta);
|
g_once_init_leave (&pvr_meta_info, meta);
|
||||||
}
|
}
|
||||||
return pvr_meta_info;
|
return pvr_meta_info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user