From 76460a0d7afae64c75d4301c79ee3381c9b438e3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 15 Mar 2012 14:08:29 +0100 Subject: [PATCH] update for bufferpool api change --- 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 03e229c..5b2d43e 100644 --- a/sys/pvr2d/gstpvrbufferpool.c +++ b/sys/pvr2d/gstpvrbufferpool.c @@ -251,7 +251,7 @@ wrong_caps: /* This function handles GstXImageBuffer creation depending on XShm availability */ static GstFlowReturn pvr_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, - GstBufferPoolParams * params) + GstBufferPoolAcquireParams * params) { GstPVRBufferPool *pvrpool = GST_PVR_BUFFER_POOL_CAST (pool); GstVideoInfo *info; -- 2.7.4