summaryrefslogtreecommitdiff
path: root/voctocore/lib
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-08-29 18:08:44 +0200
committerMaZderMind <git@mazdermind.de>2015-08-29 18:08:44 +0200
commitaa7a4caa3905284cfec889286955ec4eba425089 (patch)
treedb32667b5556dc655d99d3cce2739290cf40ce3b /voctocore/lib
parentef755f38c8e4bb7b7b92018a901c7c18e7b47b18 (diff)
remove unused caps declaration
Diffstat (limited to 'voctocore/lib')
-rw-r--r--voctocore/lib/videomix.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/voctocore/lib/videomix.py b/voctocore/lib/videomix.py
index 9fcea9f..ac00d6d 100644
--- a/voctocore/lib/videomix.py
+++ b/voctocore/lib/videomix.py
@@ -274,7 +274,6 @@ class VideoMix(object):
]
self.log.debug('PIP-Position calculated to %u/%u', pippos[0], pippos[1])
- noScaleCaps = Gst.Caps.from_string('video/x-raw')
scaleCaps = Gst.Caps.from_string('video/x-raw,width=%u,height=%u,pixel-aspect-ratio=1/1' % tuple(pipsize))
for idx, name in enumerate(self.names):