mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
update for bufferpool api change
This commit is contained in:
parent
df5253b22c
commit
02dc419aae
3 changed files with 3 additions and 3 deletions
|
@ -237,7 +237,7 @@ wrong_caps:
|
|||
|
||||
static GstFlowReturn
|
||||
video_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer,
|
||||
GstBufferPoolParams * params)
|
||||
GstBufferPoolAcquireParams * params)
|
||||
{
|
||||
GstVideoBufferPool *vpool = GST_VIDEO_BUFFER_POOL_CAST (pool);
|
||||
GstVideoBufferPoolPrivate *priv = vpool->priv;
|
||||
|
|
|
@ -558,7 +558,7 @@ wrong_caps:
|
|||
/* This function handles GstXImageBuffer creation depending on XShm availability */
|
||||
static GstFlowReturn
|
||||
ximage_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer,
|
||||
GstBufferPoolParams * params)
|
||||
GstBufferPoolAcquireParams * params)
|
||||
{
|
||||
GstXImageBufferPool *xpool = GST_XIMAGE_BUFFER_POOL_CAST (pool);
|
||||
GstXImageBufferPoolPrivate *priv = xpool->priv;
|
||||
|
|
|
@ -606,7 +606,7 @@ unknown_format:
|
|||
/* This function handles GstXImageBuffer creation depending on XShm availability */
|
||||
static GstFlowReturn
|
||||
xvimage_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer,
|
||||
GstBufferPoolParams * params)
|
||||
GstBufferPoolAcquireParams * params)
|
||||
{
|
||||
GstXvImageBufferPool *xvpool = GST_XVIMAGE_BUFFER_POOL_CAST (pool);
|
||||
GstXvImageBufferPoolPrivate *priv = xvpool->priv;
|
||||
|
|
Loading…
Reference in a new issue