![]() |
![]() |
![]() |
GStreamer OpenGL Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
download opengl textures into video frames.
When needed, the color space conversion is made in a fragment shader using one frame buffer object instance.
gst-launch -v videotestsrc ! "video/x-raw-rgb" ! glupload ! gldownload ! \ "video/x-raw-rgb" ! ximagesink
gst-launch -v videotestsrc ! "video/x-raw-rgb, width=640, height=480" ! glupload ! gldownload ! \ "video/x-raw-rgb, width=320, height=240" ! ximagesink
gst-launch -v gltestsrc ! gldownload ! xvimagesink
gst-launch -v videotestsrc ! glupload ! gldownload ! "video/x-raw-yuv, format=(fourcc)YUY2" ! glimagesink