GstGL.GLFilterClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
filter |
r |
perform operations on the input and output buffers. In general, you should avoid using this method if at all possible. One valid use-case for using this is keeping previous buffers for future calculations. Note: If filter exists, then filter_texture is not run |
|
filter_texture |
r |
given in_tex, transform it into out_tex. Not used if filter exists |
|
init_fbo |
r |
perform initialization when the Framebuffer object is created |
|
parent_class |
r |
||
set_caps |
r |
mirror from |
|
transform_internal_caps |
r |
Perform sub-class specific modifications of the caps to be processed between upload on input and before download for output. |
Methods¶
None
Details¶
- class GstGL.GLFilterClass¶