From 008d72d5daba00651bf1e070a05ce4818bc7ebf1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 10 Jun 2020 10:43:42 +0200 Subject: [PATCH] audio: add missing space in GST_AUDIO_FORMATS_ALL Part-of: --- gst-libs/gst/audio/audio-format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/audio-format.h b/gst-libs/gst/audio/audio-format.h index ccad5cf6f5..aaab644e19 100644 --- a/gst-libs/gst/audio/audio-format.h +++ b/gst-libs/gst/audio/audio-format.h @@ -341,7 +341,7 @@ void gst_audio_format_fill_silence (const GstAudioFormatInfo *info "S20BE, S20LE, U20BE, U20LE, " \ "S18BE, S18LE, U18BE, U18LE, " \ "S16BE, S16LE, U16BE, U16LE, " \ - "S8,U8 }" + "S8, U8 }" #elif G_BYTE_ORDER == G_LITTLE_ENDIAN #define GST_AUDIO_FORMATS_ALL "{ F64LE, F64BE, " \ "F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, " \