diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-15 14:08:29 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-15 14:08:29 +0100 |
commit | 76460a0d7afae64c75d4301c79ee3381c9b438e3 (patch) | |
tree | e2714c72a36460dbb5a899551b92b8a54067af21 /sys/pvr2d | |
parent | 6cbb84038589d8b1086ef6c498c0402f13a83ce4 (diff) | |
download | gstreamer-plugins-bad-76460a0d7afae64c75d4301c79ee3381c9b438e3.tar.gz |
update for bufferpool api change
Diffstat (limited to 'sys/pvr2d')
-rw-r--r-- | sys/pvr2d/gstpvrbufferpool.c | 2 |
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; |