![]() |
![]() |
![]() |
GStreamer OpenGL Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----GstObject +----GstElement +----GstBaseTransform +----GstGLFilter +----GstGLFilterCube
"aspect" gdouble : Write "blue" gfloat : Write "fovy" gdouble : Write "green" gfloat : Write "red" gfloat : Write "zfar" gdouble : Write "znear" gdouble : Write
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 : Write
Field of view in the x direction.
Allowed values: [0,100]
Default value: 0
"blue"
property "blue" gfloat : Write
Background blue color.
Allowed values: [0,1]
Default value: 0
"fovy"
property "fovy" gdouble : Write
Field of view angle in degrees.
Allowed values: [0,180]
Default value: 45
"green"
property "green" gfloat : Write
Background reen color.
Allowed values: [0,1]
Default value: 0
"red"
property "red" gfloat : Write
Background red color.
Allowed values: [0,1]
Default value: 0
"zfar"
property "zfar" gdouble : Write
Specifies the distance from the viewer to the far clipping plane.
Allowed values: [0,1000]
Default value: 100