From 5750a6776518b021e4a6f9cface41e8671c3ae59 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 12 Jul 2013 12:31:39 +0200 Subject: [PATCH] sink: alaw/mulaw caps don't have a layout property --- ext/pulse/pulsesink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h index 9b71840..26e9997 100644 --- a/ext/pulse/pulsesink.h +++ b/ext/pulse/pulsesink.h @@ -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 ]; " -- 2.7.4