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