From 59e394e00d6c29bf71c38996d09be1cc5647bfb7 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 16 Jun 2015 15:24:24 +0200 Subject: Implement ASource and VSource as generic sources they are needed for the StreamBlanker-Feature as well --- voctocore/lib/videomix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore/lib/videomix.py') 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. -- cgit v1.2.3