spectrum: Update for the new raw audio caps layout field
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Jan 2012 11:03:50 +0000 (12:03 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Jan 2012 09:30:34 +0000 (10:30 +0100)
gst/spectrum/gstspectrum.c

index e9bd8a5..aa281e7 100644 (file)
@@ -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