From c9cd32bcea0b7fbc67dade993dd4901171a2c9b4 Mon Sep 17 00:00:00 2001 From: Song Bing Date: Tue, 26 Apr 2016 16:48:58 +0800 Subject: [PATCH] pvrbufferpool: fix gst_meta_register() parameters https://bugzilla.gnome.org/show_bug.cgi?id=765581 --- sys/pvr2d/gstpvrbufferpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pvr2d/gstpvrbufferpool.c b/sys/pvr2d/gstpvrbufferpool.c index 891e95c..620d581 100644 --- a/sys/pvr2d/gstpvrbufferpool.c +++ b/sys/pvr2d/gstpvrbufferpool.c @@ -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; -- 2.7.4