mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
sink: alaw/mulaw caps don't have a layout property
This commit is contained in:
parent
8248ff8232
commit
5750a67765
1 changed files with 0 additions and 2 deletions
|
@ -110,12 +110,10 @@ GType gst_pulsesink_get_type (void);
|
|||
"channels = (int) [ 1, 32 ]; "
|
||||
#define _PULSE_SINK_CAPS_ALAW \
|
||||
"audio/x-alaw, " \
|
||||
"layout = (string) interleaved, " \
|
||||
"rate = (int) [ 1, MAX], " \
|
||||
"channels = (int) [ 1, 32 ]; "
|
||||
#define _PULSE_SINK_CAPS_MULAW \
|
||||
"audio/x-mulaw, " \
|
||||
"layout = (string) interleaved, " \
|
||||
"rate = (int) [ 1, MAX], " \
|
||||
"channels = (int) [ 1, 32 ]; "
|
||||
|
||||
|
|
Loading…
Reference in a new issue