aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-01-06 10:10:09 +0100
committerMaZderMind <git@mazdermind.de>2016-01-06 10:10:09 +0100
commit4618c375305bae572cfc198c60e677278792e895 (patch)
tree34ccc4dfee7fc34e947e82c215ea4e3421c17ead /example-scripts/gstreamer
parentb57a5c55777e1bb6cc06cb9cd5aeabb5e0cda7ef (diff)
replace remaining UYVY with I420, at least for the moment
Diffstat (limited to 'example-scripts/gstreamer')
-rwxr-xr-xexample-scripts/gstreamer/source-avsync-test-clip-as-cam1.sh2
-rwxr-xr-xexample-scripts/gstreamer/source-background-loop.py2
2 files changed, 2 insertions, 2 deletions
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. !\
diff --git a/example-scripts/gstreamer/source-background-loop.py b/example-scripts/gstreamer/source-background-loop.py
index be59d18..fd63fc0 100755
--- a/example-scripts/gstreamer/source-background-loop.py
+++ b/example-scripts/gstreamer/source-background-loop.py
@@ -15,7 +15,7 @@ class LoopSource(object):
uridecodebin name=src uri=http://c3voc.mazdermind.de/testfiles/bg.ts !
videoscale !
videoconvert !
- 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 !
matroskamux !
tcpclientsink host=localhost port=16000
"""