diff options
author | MaZderMind <git@mazdermind.de> | 2016-01-29 17:16:24 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-01-29 17:17:17 +0100 |
commit | b3d585c78a3c8245232ddbd28a88f4130f8ca5a5 (patch) | |
tree | b8625d4084a24887d8bd45d57798d8a18d66acbd /voctocore | |
parent | 358046081cd9809ac0a38fee957cf6ea40c3d7e6 (diff) |
force caps on compositor-input, fixes #52
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/lib/videomix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/voctocore/lib/videomix.py b/voctocore/lib/videomix.py index 71909d9..9aaadb0 100644 --- a/voctocore/lib/videomix.py +++ b/voctocore/lib/videomix.py @@ -62,6 +62,7 @@ class VideoMix(object): for idx, name in enumerate(self.names): pipeline += """ intervideosrc channel=video_{name}_mixer ! + {caps} ! mix. """.format( name=name, |