From 08038fc0442bb8bb4533c4f266e4a53872ffdb68 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 10 Dec 2014 20:22:47 -0200 Subject: banshee-2.6.2-5.nonprism1: fix (FS#38700 -> https://bugs.archlinux.org/task/38700) and (FS#39757 -> https://bugs.archlinux.org/task/39757) --- ...yle-GStreamer-1.0-raw-audio-caps-in-the-WA.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 nonprism/banshee/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch (limited to 'nonprism/banshee/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch') diff --git a/nonprism/banshee/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch b/nonprism/banshee/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch new file mode 100644 index 000000000..2d2cc33cd --- /dev/null +++ b/nonprism/banshee/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?= +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" ) -- cgit v1.2.3