VideoGLTextureUploadMeta

Extra buffer metadata for uploading a buffer to an OpenGL texture ID. The caller of gstvideo.video_gltexture_upload_meta.VideoGLTextureUploadMeta.upload must have OpenGL set up and call this from a thread where it is valid to upload something to an OpenGL texture.

class VideoGLTextureUploadMeta {
GstVideoGLTextureUploadMeta cInstance;
}

Members

Functions

upload
bool upload(uint[] textureId)

Uploads the buffer which owns the meta to a specific texture ID.

Static functions

getInfo
gst.meta_info.MetaInfo getInfo()