[][src]Function gstreamer_sys::gst_query_set_nth_allocation_pool

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