projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a204ddd
)
flitetestsrc: audio format is "S16" not "s16"
author
David Schleef
<ds@schleef.org>
Sat, 18 May 2013 20:56:18 +0000
(13:56 -0700)
committer
David Schleef
<ds@schleef.org>
Sat, 18 May 2013 21:02:18 +0000
(14:02 -0700)
ext/flite/gstflitetestsrc.c
patch
|
blob
|
history
diff --git
a/ext/flite/gstflitetestsrc.c
b/ext/flite/gstflitetestsrc.c
index
1dc259d
..
5d7e1f1
100644
(file)
--- 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 (
s
16) ", "
+ "format = (string) " GST_AUDIO_NE (
S
16) ", "
"layout = (string) interleaved, "
"rate = (int) 48000, " "channels = (int) [1, 8]")
);