aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-10 11:28:51 +0200
committerMaZderMind <github@mazdermind.de>2015-05-10 11:28:51 +0200
commitf8a0b46028b9c902da7ce67590f9ce952ea44544 (patch)
tree38c15c1c2784c95d1dd22b47b4d3a0aed9c4bce3 /voctocore/experiments
parentc9f65b7ccb89bb13d97b854f8c63edc3fb0f5036 (diff)
Fix Caps in Test-Source
Diffstat (limited to 'voctocore/experiments')
-rwxr-xr-xvoctocore/experiments/test-video.sh2
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