[][src]Function gstreamer_sys::gst_query_parse_nth_allocation_pool

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