sink: alaw/mulaw caps don't have a layout property

This commit is contained in:
Wim Taymans 2013-07-12 12:31:39 +02:00
parent 8248ff8232
commit 5750a67765

View file

@ -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 ]; "