flitetestsrc: audio format is "S16" not "s16"
authorDavid Schleef <ds@schleef.org>
Sat, 18 May 2013 20:56:18 +0000 (13:56 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 18 May 2013 21:02:18 +0000 (14:02 -0700)
ext/flite/gstflitetestsrc.c

index 1dc259d..5d7e1f1 100644 (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]")
     );