[][src]Function gstreamer_sys::gst_query_add_allocation_pool

pub unsafe extern "C" fn gst_query_add_allocation_pool(
    query: *mut GstQuery,
    pool: *mut GstBufferPool,
    size: c_uint,
    min_buffers: c_uint,
    max_buffers: c_uint
)