mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
update for bufferpool api change
This commit is contained in:
parent
6cbb840385
commit
76460a0d7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue