mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
flitetestsrc: audio format is "S16" not "s16"
This commit is contained in:
parent
a204ddd225
commit
127fcf05a7
1 changed files with 1 additions and 1 deletions
|
@ -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]")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue