mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
audio: add missing space in GST_AUDIO_FORMATS_ALL
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/694>
This commit is contained in:
parent
cef7c833cd
commit
008d72d5da
1 changed files with 1 additions and 1 deletions
|
@ -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, " \
|
||||
|
|
Loading…
Reference in a new issue