commit | 849a83bee6ac004685893d6abfad7ac164c8e0f2 | [log] [tgz] |
---|---|---|
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | Wed Jan 11 12:39:01 2012 +0100 |
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | Wed Jan 11 12:39:01 2012 +0100 |
tree | 1b850bcdcc55e33f0ae35cb7a7d59101faea0f5b | |
parent | 76811c2181b79c17df9686f19943974935cc7244 [diff] [blame] |
voamrwbenc: fix audio format in template caps
diff --git a/ext/voamrwbenc/gstvoamrwbenc.c b/ext/voamrwbenc/gstvoamrwbenc.c index 7452fe4..0721c87 100644 --- a/ext/voamrwbenc/gstvoamrwbenc.c +++ b/ext/voamrwbenc/gstvoamrwbenc.c
@@ -92,7 +92,7 @@ GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/x-raw, " - "format = (string) S16LE, " + "format = (string) " GST_AUDIO_NE (S16) ", " "layout = (string) interleaved, " "rate = (int) 16000, " "channels = (int) 1") );