gst-launch-1.0-videotestsrc: add page (#21764)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Managor
2026-04-01 01:36:29 +03:00
committed by GitHub
parent e85c3acc9e
commit b52c74f4e9
@@ -0,0 +1,12 @@
# gst-launch-1.0 videotestsrc
> Produce test video data.
> More information: <https://gstreamer.freedesktop.org/documentation/videotestsrc/index.html>.
- Produce a video with SMPTE color bars:
`gst-launch-1.0 videotestsrc ! {{autovideosink}}`
- Define what type of test video to produce:
`gst-launch-1.0 videotestsrc pattern={{smpte|snow|green|ball|circular|...}} ! {{autovideosink}}`