mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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
|
||||
|
||||
#define ALLOWED_CAPS \
|
||||
GST_AUDIO_CAPS_MAKE (FORMATS)
|
||||
GST_AUDIO_CAPS_MAKE (FORMATS) ", " \
|
||||
"layout = (string) interleaved"
|
||||
|
||||
/* Spectrum properties */
|
||||
#define DEFAULT_POST_MESSAGES TRUE
|
||||
|
|
Loading…
Reference in a new issue