GstVideo.VideoGLTextureUploadMeta¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
buffer |
r |
||
meta |
r/w |
parent |
|
n_textures |
r/w |
Number of textures that are generated |
|
texture_orientation |
r/w |
Orientation of the textures |
|
texture_type |
r/w |
Type of each texture |
|
upload |
r |
||
user_data |
r |
||
user_data_copy |
r |
||
user_data_free |
r |
Methods¶
class |
|
Details¶
- class GstVideo.VideoGLTextureUploadMeta¶
Extra buffer metadata for uploading a buffer to an OpenGL texture ID. The caller of
GstVideo.VideoGLTextureUploadMeta.upload
() must have OpenGL set up and call this from a thread where it is valid to upload something to an OpenGL texture.