diff options
author | MaZderMind <git@mazdermind.de> | 2015-08-29 18:08:44 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-08-29 18:08:44 +0200 |
commit | aa7a4caa3905284cfec889286955ec4eba425089 (patch) | |
tree | db32667b5556dc655d99d3cce2739290cf40ce3b /voctocore/lib | |
parent | ef755f38c8e4bb7b7b92018a901c7c18e7b47b18 (diff) |
remove unused caps declaration
Diffstat (limited to 'voctocore/lib')
-rw-r--r-- | voctocore/lib/videomix.py | 1 |
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): |