mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
pvrbufferpool: fix gst_meta_register() parameters
https://bugzilla.gnome.org/show_bug.cgi?id=765581
This commit is contained in:
parent
38895f2364
commit
c9cd32bcea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue