Skip to main content

gst_base_transform_set_allocator

Function gst_base_transform_set_allocator 

Source
pub unsafe extern "C" fn gst_base_transform_set_allocator(
    trans: *mut GstBaseTransform,
    pool: *mut GstBufferPool,
    allocator: *mut GstAllocator,
    params: *const GstAllocationParams,
    query: *mut GstQuery,
) -> gboolean