flitetestsrc: audio format is "S16" not "s16"
This commit is contained in:
parent
a204ddd225
commit
127fcf05a7
@ -85,7 +85,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("audio/x-raw, "
|
GST_STATIC_CAPS ("audio/x-raw, "
|
||||||
"format = (string) " GST_AUDIO_NE (s16) ", "
|
"format = (string) " GST_AUDIO_NE (S16) ", "
|
||||||
"layout = (string) interleaved, "
|
"layout = (string) interleaved, "
|
||||||
"rate = (int) 48000, " "channels = (int) [1, 8]")
|
"rate = (int) 48000, " "channels = (int) [1, 8]")
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user