From f8a0b46028b9c902da7ce67590f9ce952ea44544 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 10 May 2015 11:28:51 +0200 Subject: Fix Caps in Test-Source --- voctocore/experiments/test-video.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore') 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 -- cgit v1.2.3