update for bufferpool api change
This commit is contained in:
parent
6cbb840385
commit
76460a0d7a
@ -251,7 +251,7 @@ wrong_caps:
|
|||||||
/* This function handles GstXImageBuffer creation depending on XShm availability */
|
/* This function handles GstXImageBuffer creation depending on XShm availability */
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
pvr_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer,
|
pvr_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer,
|
||||||
GstBufferPoolParams * params)
|
GstBufferPoolAcquireParams * params)
|
||||||
{
|
{
|
||||||
GstPVRBufferPool *pvrpool = GST_PVR_BUFFER_POOL_CAST (pool);
|
GstPVRBufferPool *pvrpool = GST_PVR_BUFFER_POOL_CAST (pool);
|
||||||
GstVideoInfo *info;
|
GstVideoInfo *info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user