Gst.Query.prototype.add_allocation_pool

function add_allocation_pool(pool:Gst.BufferPool, size:Number, min_buffers:Number, max_buffers:Number):void {
    // Gjs wrapper for gst_query_add_allocation_pool()
}

Set the pool parameters in query.

pool

the Gst.BufferPool

size

the size

min_buffers

the min buffers

max_buffers

the max buffers