Function gstreamer_gl_sys::gst_gl_memory_init

source ·
pub unsafe extern "C" fn gst_gl_memory_init(
    mem: *mut GstGLMemory,
    allocator: *mut GstAllocator,
    parent: *mut GstMemory,
    context: *mut GstGLContext,
    target: GstGLTextureTarget,
    tex_format: GstGLFormat,
    params: *const GstAllocationParams,
    info: *const GstVideoInfo,
    plane: c_uint,
    valign: *const GstVideoAlignment,
    user_data: gpointer,
    notify: GDestroyNotify,
)