diff options
author | MaZderMind <git@mazdermind.de> | 2016-01-28 11:21:52 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-02 16:05:56 +0100 |
commit | 60e205cb92e7127742b42ff0e5c0bbc06df1d0e5 (patch) | |
tree | d78595a84f20b8d1fb7a9023c9abe05cfbf8aaa4 /example-scripts | |
parent | 6bc0e4f5733c2abb6aaf85bb3e0ec2cab4322a7c (diff) |
fix example resolution
Diffstat (limited to 'example-scripts')
-rwxr-xr-x | example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py b/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py index 63ee180..b07bf55 100755 --- a/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py +++ b/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py @@ -14,7 +14,7 @@ class Source(object): pipeline = """ videotestsrc pattern=ball foreground-color=0x00ff0000 background-color=0x00440000 ! timeoverlay ! - video/x-raw,format=I420,width=192,height=108,framerate=25/1,pixel-aspect-ratio=1/1 ! + video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 ! mux. audiotestsrc freq=330 ! |