mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 09:43:55 +00:00
spectrum: Update for the new raw audio caps layout field
This commit is contained in:
parent
7459bdd414
commit
b35bacb460
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue