archrelease: copy trunk to extra-x86_64
[arch-packages.git] / banshee / trunk / Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
blob2d2cc33cdcdeaa1c31b4d6ae52b3a1009354529d
1 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <slomo@circular-chaos.org>
2 Date: Tue, 28 May 2013 11:49:29 +0200
3 Subject: Use new-style GStreamer 1.0 raw audio caps in the WAV audio profile
5 ---
6 data/audio-profiles/wav.xml.in | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
9 diff --git a/data/audio-profiles/wav.xml.in b/data/audio-profiles/wav.xml.in
10 index 6dc1bab..1759f3c 100644
11 --- a/data/audio-profiles/wav.xml.in
12 +++ b/data/audio-profiles/wav.xml.in
13 @@ -13,7 +13,7 @@
14 (gst-construct-pipeline
15 "audioresample"
16 "audioconvert"
17 - (+ "audio/x-raw-int, "
18 + (+ "audio/x-raw, "
19 "format=(string)S16LE, "
20 "rate=(int)44100, "
21 "channels=(int)2" )