summaryrefslogtreecommitdiff
path: root/ext/flite
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-05-18 13:56:18 -0700
committerDavid Schleef <ds@schleef.org>2013-05-18 14:02:18 -0700
commit127fcf05a7a5ae3075fc9b7d953f4416e3e64d57 (patch)
treee1ed08242317da3ee7c5690b30764c5f696eb163 /ext/flite
parenta204ddd22511fe16a8a01372df2bf8a33d95079e (diff)
downloadgstreamer-plugins-bad-127fcf05a7a5ae3075fc9b7d953f4416e3e64d57.tar.gz
flitetestsrc: audio format is "S16" not "s16"
Diffstat (limited to 'ext/flite')
-rw-r--r--ext/flite/gstflitetestsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flite/gstflitetestsrc.c b/ext/flite/gstflitetestsrc.c
index 1dc259df4..5d7e1f1c1 100644
--- a/ext/flite/gstflitetestsrc.c
+++ b/ext/flite/gstflitetestsrc.c
@@ -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]")
);