spectrum: Update for the new raw audio caps layout field

This commit is contained in:
Sebastian Dröge 2012-01-04 12:03:50 +01:00
parent 7459bdd414
commit b35bacb460

View File

@ -117,7 +117,8 @@ GST_DEBUG_CATEGORY_STATIC (gst_spectrum_debug);
#endif #endif
#define ALLOWED_CAPS \ #define ALLOWED_CAPS \
GST_AUDIO_CAPS_MAKE (FORMATS) GST_AUDIO_CAPS_MAKE (FORMATS) ", " \
"layout = (string) interleaved"
/* Spectrum properties */ /* Spectrum properties */
#define DEFAULT_POST_MESSAGES TRUE #define DEFAULT_POST_MESSAGES TRUE