voamrwbenc: fix audio format in template caps

This commit is contained in:
Mark Nauwelaerts 2012-01-11 12:39:01 +01:00
parent 76811c2181
commit 849a83bee6

View file

@ -92,7 +92,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
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")
);