pvrbufferpool: fix gst_meta_register() parameters
authorSong Bing <bing.song@nxp.com>
Tue, 26 Apr 2016 08:48:58 +0000 (16:48 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 26 Apr 2016 12:45:07 +0000 (13:45 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=765581

sys/pvr2d/gstpvrbufferpool.c

index 891e95c..620d581 100644 (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;