summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-05-28 11:49:29 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-06-10 09:40:01 +0200
commitc6ea982e65e19fec7c5eb020cafa99f7278daa15 (patch)
tree49824a32b374b18cf8f9a6ea426cb32830ed41bd
parent636980d6d26eb20db4ddc41c36acb5930835e828 (diff)
Use new-style GStreamer 1.0 raw audio caps in the WAV audio profileHEADmaster
-rw-r--r--data/audio-profiles/wav.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/audio-profiles/wav.xml.in b/data/audio-profiles/wav.xml.in
index 6dc1babb5..1759f3ccd 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" )