aboutsummaryrefslogtreecommitdiff
path: root/voctocore
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-06-16 15:15:00 +0200
committerMaZderMind <github@mazdermind.de>2015-06-16 15:15:00 +0200
commitb2c5c5cc6eb904db8e6c05d2281541b16d4a2ce8 (patch)
treec293370dfa4cdd9345408ef4221d9d8b6308d559 /voctocore
parent63a26d8b0afb759bcd3c256266a2cc1439e672bf (diff)
fix size specification in loop script
Diffstat (limited to 'voctocore')
-rwxr-xr-xvoctocore/scripts/av-source-background-loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/av-source-background-loop.py b/voctocore/scripts/av-source-background-loop.py
index bb54bbf..9f4dc6d 100755
--- a/voctocore/scripts/av-source-background-loop.py
+++ b/voctocore/scripts/av-source-background-loop.py
@@ -12,7 +12,7 @@ class LoopSource(object):
def __init__(self):
pipeline = """
uridecodebin name=src uri=http://c3voc.mazdermind.de/bg.ts !
- video/x-raw,format=I420,width=1900,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
"""