TypeScript API Documentation for GSTREAMER GL
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
GstGL.GLSyncMeta provides the ability to synchronize the OpenGL command stream with the CPU or with other OpenGL contexts.
Static
Since 1.6
Set a sync point to possibly wait on at a later time.
a GstGL.GLContext
1.6
Insert a wait into context's command stream ensuring all previous OpenGL commands before sync_meta have completed.
context
sync_meta
Since 1.8
Perform a wait so that the sync point has passed from the CPU's perspective What that means, is that all GL operations changing CPU-visible data before the sync point are now visible.
1.8
GstGL.GLSyncMeta provides the ability to synchronize the OpenGL command stream with the CPU or with other OpenGL contexts.