[][src]Function gstreamer_gl_sys::gst_gl_memory_init

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: *mut GstAllocationParams,
    info: *mut GstVideoInfo,
    plane: c_uint,
    valign: *mut GstVideoAlignment,
    user_data: gpointer,
    notify: GDestroyNotify
)