summaryrefslogtreecommitdiff
path: root/ext/flite
diff options
context:
space:
mode:
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]")
);