summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-15 14:08:29 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-15 14:08:29 +0100
commit76460a0d7afae64c75d4301c79ee3381c9b438e3 (patch)
treee2714c72a36460dbb5a899551b92b8a54067af21
parent6cbb84038589d8b1086ef6c498c0402f13a83ce4 (diff)
update for bufferpool api change
-rw-r--r--sys/pvr2d/gstpvrbufferpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pvr2d/gstpvrbufferpool.c b/sys/pvr2d/gstpvrbufferpool.c
index 03e229c33..5b2d43ef4 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;