aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-06-16 15:28:58 +0200
committerMaZderMind <github@mazdermind.de>2015-06-16 15:28:58 +0200
commitb3fc5429e80b4913c0bc2c29cc53be8c67569600 (patch)
tree0363939633f14db607a6f5c2f9b81bf33830feed
parent59e394e00d6c29bf71c38996d09be1cc5647bfb7 (diff)
use compositor, the new videomixer!
-rw-r--r--voctocore/lib/videomix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/lib/videomix.py b/voctocore/lib/videomix.py
index ebd60e6..6784956 100644
--- a/voctocore/lib/videomix.py
+++ b/voctocore/lib/videomix.py
@@ -34,7 +34,7 @@ class VideoMix(object):
self.log.info('Configuring Mixer for %u Sources', len(self.names))
pipeline = """
- videomixer name=mix !
+ compositor name=mix !
{caps} !
identity name=sig !
queue !