From b35bacb460629e5a0b5bf8109bda1e5b8bbfbf30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 4 Jan 2012 12:03:50 +0100 Subject: [PATCH] spectrum: Update for the new raw audio caps layout field --- gst/spectrum/gstspectrum.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index e9bd8a5..aa281e7 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -117,7 +117,8 @@ GST_DEBUG_CATEGORY_STATIC (gst_spectrum_debug); #endif #define ALLOWED_CAPS \ - GST_AUDIO_CAPS_MAKE (FORMATS) + GST_AUDIO_CAPS_MAKE (FORMATS) ", " \ + "layout = (string) interleaved" /* Spectrum properties */ #define DEFAULT_POST_MESSAGES TRUE -- 2.7.4