update for bufferpool api change

This commit is contained in:
Wim Taymans 2012-03-15 14:08:29 +01:00
parent 6cbb840385
commit 76460a0d7a

View file

@ -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;