From: Song Bing Date: Tue, 26 Apr 2016 08:48:58 +0000 (+0800) Subject: pvrbufferpool: fix gst_meta_register() parameters X-Git-Tag: 1.19.3~507^2~6665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9cd32bcea0b7fbc67dade993dd4901171a2c9b4;p=platform%2Fupstream%2Fgstreamer.git pvrbufferpool: fix gst_meta_register() parameters https://bugzilla.gnome.org/show_bug.cgi?id=765581 --- 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;