[banshee: 4/6] Use new-style GStreamer 1.0 raw audio caps in the WAV audio profile



commit c6ea982e65e19fec7c5eb020cafa99f7278daa15
Author: Sebastian Dröge <slomo circular-chaos org>
Date:   Tue May 28 11:49:29 2013 +0200

    Use new-style GStreamer 1.0 raw audio caps in the WAV audio profile

 data/audio-profiles/wav.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/audio-profiles/wav.xml.in b/data/audio-profiles/wav.xml.in
index 6dc1bab..1759f3c 100644
--- a/data/audio-profiles/wav.xml.in
+++ b/data/audio-profiles/wav.xml.in
@@ -13,7 +13,7 @@
             (gst-construct-pipeline
                 "audioresample"
                 "audioconvert" 
-                (+ "audio/x-raw-int, "
+                (+ "audio/x-raw, "
                    "format=(string)S16LE, "
                    "rate=(int)44100, "
                    "channels=(int)2" )


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