summaryrefslogtreecommitdiff
path: root/ext/pulse/pulsesink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pulse/pulsesink.h')
-rw-r--r--ext/pulse/pulsesink.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h
index 067f684bb..9f5ae2211 100644
--- a/ext/pulse/pulsesink.h
+++ b/ext/pulse/pulsesink.h
@@ -101,13 +101,17 @@ GType gst_pulsesink_get_type (void);
#define _PULSE_SINK_CAPS_COMMON \
"audio/x-raw, " \
"format = (string) " FORMATS ", " \
+ "layout = (string) interleaved, " \
"rate = (int) [ 1, MAX ], " \
"channels = (int) [ 1, 32 ];" \
"audio/x-alaw, " \
+ "layout = (string) interleaved, " \
"rate = (int) [ 1, MAX], " \
"channels = (int) [ 1, 32 ];" \
"audio/x-mulaw, " \
- "rate = (int) [ 1, MAX], " "channels = (int) [ 1, 32 ];"
+ "layout = (string) interleaved, " \
+ "rate = (int) [ 1, MAX], " \
+ "channels = (int) [ 1, 32 ];"
#define _PULSE_SINK_CAPS_1_0 \
"audio/x-ac3, framed = (boolean) true;" \