diff --git a/sys/pvr2d/gstpvrbufferpool.c b/sys/pvr2d/gstpvrbufferpool.c index 891e95c5f5..620d581a13 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;