GstGL.GLSyncMeta

Fields

Name

Type

Access

Description

context

GstGL.GLContext

r/w

the GstGL.GLContext used to allocate the meta

copy

object

r

data

object

r/w

a custom data pointer for the implementation

free

object

r

free_gl

object

r

parent

Gst.Meta

r/w

the parent Gst.Meta

set_sync

object

r

set_sync_gl

object

r

wait

object

r

wait_cpu

object

r

wait_cpu_gl

object

r

wait_gl

object

r

Methods

class

get_info ()

set_sync_point (context)

Details

class GstGL.GLSyncMeta

GstGL.GLSyncMeta provides the ability to synchronize the OpenGL command stream with the CPU or with other OpenGL contexts.

classmethod get_info()[source]
Return type:

Gst.MetaInfo

set_sync_point(context)[source]
Parameters:

context (GstGL.GLContext) – a GstGL.GLContext

Set a sync point to possibly wait on at a later time.

New in version 1.6.