flitetestsrc: audio format is "S16" not "s16"

This commit is contained in:
David Schleef 2013-05-18 13:56:18 -07:00
parent a204ddd225
commit 127fcf05a7

View file

@ -85,7 +85,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw, "
"format = (string) " GST_AUDIO_NE (s16) ", "
"format = (string) " GST_AUDIO_NE (S16) ", "
"layout = (string) interleaved, "
"rate = (int) 48000, " "channels = (int) [1, 8]")
);