diff options
Diffstat (limited to 'example-scripts/gstreamer/source-videotestsrc-as-grabber.sh')
-rwxr-xr-x | example-scripts/gstreamer/source-videotestsrc-as-grabber.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh b/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh index 37d8961..67a6c65 100755 --- a/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh +++ b/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh @@ -1,6 +1,6 @@ #!/bin/sh gst-launch-1.0 \ - videotestsrc pattern=blue !\ + videotestsrc pattern=snow !\ video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\ mux. \ \ |