| Top |
GObject ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstGLFilter ╰── GstGLFilterCube
The resize and redraw callbacks can be set from a client code.
1 |
gst-launch -v videotestsrc ! glupload ! glfiltercube ! glimagesink |
1 |
gst-launch -v videotestsrc ! glupload ! glfiltercube ! video/x-raw-gl, width=640, height=480 ! glimagesink |
1 |
gst-launch -v videotestsrc ! glupload ! video/x-raw-gl, width=640, height=480 ! glfiltercube ! glimagesink |
plugin |
opengl |
author |
Julien Isorce <julien.isorce@gmail.com> |
class |
Filter/Effect |
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-raw-gl, width=(int)[ 1, 8000 ], height=(int)[ 1, 6000 ], pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)[ 0/1, 100/1 ] |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw-gl, width=(int)[ 1, 8000 ], height=(int)[ 1, 6000 ], pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)[ 0/1, 100/1 ] |
“aspect” property“aspect” gdouble
Field of view in the x direction.
Flags: Write
Allowed values: [0,100]
Default value: 0
“blue” property“blue” gfloat
Background blue color.
Flags: Write
Allowed values: [0,1]
Default value: 0
“fovy” property“fovy” gdouble
Field of view angle in degrees.
Flags: Write
Allowed values: [0,180]
Default value: 45
“green” property“green” gfloat
Background reen color.
Flags: Write
Allowed values: [0,1]
Default value: 0
“red” property“red” gfloat
Background red color.
Flags: Write
Allowed values: [0,1]
Default value: 0
“zfar” property“zfar” gdouble
Specifies the distance from the viewer to the far clipping plane.
Flags: Write
Allowed values: [0,1000]
Default value: 100
“znear” property“znear” gdouble
Specifies the distance from the viewer to the near clipping plane.
Flags: Write
Allowed values: [0,100]
Default value: 0.1