[pitivi] arraysink.py: limit waveforms to a single channel



commit 5d020bfa7161cc88b9ceab226fcfe059e6b10be0
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Mon Jan 25 15:03:07 2010 -0800

    arraysink.py: limit waveforms to a single channel
    
    closes bug 607614

 pitivi/elements/arraysink.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/elements/arraysink.py b/pitivi/elements/arraysink.py
index 36be007..303146b 100644
--- a/pitivi/elements/arraysink.py
+++ b/pitivi/elements/arraysink.py
@@ -36,7 +36,7 @@ class ArraySink(gst.BaseSink):
     caps = gst.Caps(
         "audio/x-raw-float, width=(int) 32, "
         "endianness = (int) LITTLE_ENDIAN, "
-        "channels = (int) [1, 6],"
+        "channels = (int) 1,"
         "rate = (int) [1, 96000]"
     )
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]