GStreamer Support-Display
Appearance
Table of Contents
[Sticky]
Problems running the pipelines shown on this page? Please see our
GStreamer Debugging guide for help
.
Display
The following plugins are available for the display.
- xvimagesink
- ximagesink
- waylandsink
Display from VideoTestSrc
Using xvimagesink
gst-launch-1.0 videotestsrc ! imxvideoconvert_g2d ! xvimagesink
Using ximagesink
gst-launch-1.0 videotestsrc ! imxvideoconvert_g2d ! ximagesink
Using waylandsink
gst-launch-1.0 videotestsrc ! imxvideoconvert_g2d ! waylandsink
Display from File
Using xvimagesink
gst-launch-1.0 filesrc location=output.mp4 ! v4l2h264dec ! imxvideoconvert_g2d ! xvimagesink
Using ximagesink
gst-launch-1.0 filesrc location=output.mp4 ! v4l2h264dec ! imxvideoconvert_g2d ! ximagesink
Using waylandsink
gst-launch-1.0 filesrc location=output.mp4 ! v4l2h264dec ! imxvideoconvert_g2d ! waylandsink
Display from Camera
Using xvimagesink
gst-launch-1.0 v4l2src device=/dev/video6 ! video/x-raw,width=1920,height=1080,framerate=30/1,format=NV12 ! queue ! imxvideoconvert_g2d ! xvimagesink
Using ximagesink
gst-launch-1.0 v4l2src device=/dev/video6 ! video/x-raw,width=1920,height=1080,framerate=30/1,format=NV12 ! queue ! imxvideoconvert_g2d ! ximagesink
Using waylandsink
gst-launch-1.0 v4l2src device=/dev/video6 ! video/x-raw,width=1920,height=1080,framerate=30/1,format=NV12 ! queue ! imxvideoconvert_g2d ! waylandsink