GstGLEGL.GLMemoryEGL

Fields

Name

Type

Access

Description

image

GstGLEGL.EGLImage

r

mem

GstGL.GLMemory

r

Methods

class

init_once ()

get_display ()

get_image ()

Details

class GstGLEGL.GLMemoryEGL

GstGLEGL.GLMemoryEGL is created or wrapped through GstGL.GLBaseMemory.alloc() with GstGL.GLVideoAllocationParams.

classmethod init_once()

Initializes the GL Memory allocator. It is safe to call this function multiple times. This must be called before any other GstGLEGL.GLMemoryEGL operation.

New in version 1.10.

get_display()
Returns:

The EGLDisplay self is associated with

Return type:

object or None

New in version 1.10.

get_image()
Returns:

The EGLImage held by self

Return type:

object or None

New in version 1.10.