mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
voamrwbenc: fix audio format in template caps
This commit is contained in:
parent
76811c2181
commit
849a83bee6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"format = (string) S16LE, "
|
||||
"format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"layout = (string) interleaved, "
|
||||
"rate = (int) 16000, " "channels = (int) 1")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue