diff options
author | MaZderMind <github@mazdermind.de> | 2015-06-16 15:24:24 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-06-16 15:24:24 +0200 |
commit | 59e394e00d6c29bf71c38996d09be1cc5647bfb7 (patch) | |
tree | ac3bbbd9543de7653805bb41ac6609d6ea81bacd /voctocore/lib/videomix.py | |
parent | b2c5c5cc6eb904db8e6c05d2281541b16d4a2ce8 (diff) |
Implement ASource and VSource as generic sources
they are needed for the StreamBlanker-Feature as well
Diffstat (limited to 'voctocore/lib/videomix.py')
-rw-r--r-- | voctocore/lib/videomix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/lib/videomix.py b/voctocore/lib/videomix.py index 379c788..ebd60e6 100644 --- a/voctocore/lib/videomix.py +++ b/voctocore/lib/videomix.py @@ -40,7 +40,7 @@ class VideoMix(object): queue ! tee name=tee - intervideosrc channel=mixer_background ! + intervideosrc channel=video_background ! {caps} ! mix. |