Function gst::ffi::gst_query_set_nth_allocation_pool[][src]

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