mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
alsasink: make work for raw audio formats by fixing template caps
This commit is contained in:
parent
dde5e5a248
commit
cab6432c68
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ static GstStaticPadTemplate alsasink_sink_factory =
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"formats = (string) " GST_AUDIO_FORMATS_ALL ", "
|
||||
"format = (string) " GST_AUDIO_FORMATS_ALL ", "
|
||||
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]; "
|
||||
"audio/x-iec958")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue