gstreamer_sys

Function gst_query_add_allocation_pool

Source
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,
)