summarylogtreecommitdiffstats
path: root/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2016-11-21 10:18:56 +0200
committerΝικόλαος Κυριάκος Φυτίλης2016-11-21 10:18:56 +0200
commit123c0da58be79db932b13daa52b97d1a6a90bf41 (patch)
treed067ef46440476805fd49d9e32684081dac49f49 /Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
downloadaur-123c0da58be79db932b13daa52b97d1a6a90bf41.tar.gz
init
Diffstat (limited to 'Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch')
-rw-r--r--Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch b/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
new file mode 100644
index 000000000000..2d2cc33cdcde
--- /dev/null
+++ b/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
@@ -0,0 +1,21 @@
+From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <slomo@circular-chaos.org>
+Date: Tue, 28 May 2013 11:49:29 +0200
+Subject: Use new-style GStreamer 1.0 raw audio caps in the WAV audio profile
+
+---
+ data/audio-profiles/wav.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+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" )