diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-10 11:28:51 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-10 11:28:51 +0200 |
commit | f8a0b46028b9c902da7ce67590f9ce952ea44544 (patch) | |
tree | 38c15c1c2784c95d1dd22b47b4d3a0aed9c4bce3 /voctocore/experiments | |
parent | c9f65b7ccb89bb13d97b854f8c63edc3fb0f5036 (diff) |
Fix Caps in Test-Source
Diffstat (limited to 'voctocore/experiments')
-rwxr-xr-x | voctocore/experiments/test-video.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/experiments/test-video.sh b/voctocore/experiments/test-video.sh index b152b9f..005b25a 100755 --- a/voctocore/experiments/test-video.sh +++ b/voctocore/experiments/test-video.sh @@ -1,2 +1,2 @@ #!/bin/sh -gst-launch-1.0 videotestsrc ! video/x-raw,height=600,width=800 ! timeoverlay valignment=bottom ! gdppay ! tcpclientsink host=localhost port=5000 +gst-launch-1.0 videotestsrc ! video/x-raw,height=600,width=800,format=I420,framerate=25/1 ! timeoverlay valignment=bottom ! gdppay ! tcpclientsink host=localhost port=5000 |