summaryrefslogtreecommitdiff
path: root/voctocore/lib/avrawoutput.py
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/lib/avrawoutput.py')
-rw-r--r--voctocore/lib/avrawoutput.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py
index 60d2b37..c465b0e 100644
--- a/voctocore/lib/avrawoutput.py
+++ b/voctocore/lib/avrawoutput.py
@@ -13,13 +13,13 @@ class AVRawOutput(TCPMultiConnection):
self.channel = channel
pipeline = """
- interaudiosrc channel=audio_{channel} !
- {acaps} !
+ intervideosrc channel=video_{channel} !
+ {vcaps} !
queue !
mux.
- intervideosrc channel=video_{channel} !
- {vcaps} !
+ interaudiosrc channel=audio_{channel} !
+ {acaps} !
queue !
mux.