pvrbufferpool: fix gst_meta_register() parameters

https://bugzilla.gnome.org/show_bug.cgi?id=765581
This commit is contained in:
Song Bing 2016-04-26 16:48:58 +08:00 committed by Tim-Philipp Müller
parent 38895f2364
commit c9cd32bcea

View file

@ -85,7 +85,7 @@ gst_pvr_meta_get_info (void)
sizeof (GstPVRMeta),
(GstMetaInitFunction) gst_pvr_meta_init,
(GstMetaFreeFunction) gst_pvr_meta_free,
(GstMetaCopyFunction) NULL, (GstMetaTransformFunction) NULL);
(GstMetaTransformFunction) NULL);
g_once_init_leave (&pvr_meta_info, meta);
}
return pvr_meta_info;