From 4618c375305bae572cfc198c60e677278792e895 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 6 Jan 2016 10:10:09 +0100 Subject: replace remaining UYVY with I420, at least for the moment --- example-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh') diff --git a/example-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh b/example-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh index ca7fc27..14d9f6c 100755 --- a/example-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh +++ b/example-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh @@ -8,7 +8,7 @@ gst-launch-1.0 \ queue !\ videoconvert !\ videoscale !\ - video/x-raw,format=UYVY,width=1920,height=1080,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. \ \ src. !\ -- cgit v1.2.3