diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index 4375ea7788..a362413645 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -841,9 +841,9 @@ gst_v4l2_buffer_pool_start (GstBufferPool * bpool) can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, DMABUF); - GST_DEBUG_OBJECT (pool, "requesting %d DMABUF buffers", min_buffers); + GST_DEBUG_OBJECT (pool, "requesting %d DMABUF import slots", max_buffers); - count = gst_v4l2_allocator_start (pool->vallocator, min_buffers, + count = gst_v4l2_allocator_start (pool->vallocator, max_buffers, V4L2_MEMORY_DMABUF); /* There is no rational to not get what we asked */