mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
audio-format: remove empty space prefix from GST_AUDIO_FORMATS_ALL
This space prevent deserialization using gst_value_deserialize(). Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/676>
This commit is contained in:
parent
75411ce1e7
commit
58a6303a5f
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void gst_audio_format_fill_silence (const GstAudioFormatInfo *info
|
|||
*
|
||||
* List of all audio formats, for use in template caps strings.
|
||||
*/
|
||||
#define GST_AUDIO_FORMATS_ALL " { S8, U8, " \
|
||||
#define GST_AUDIO_FORMATS_ALL "{ S8, U8, " \
|
||||
"S16LE, S16BE, U16LE, U16BE, " \
|
||||
"S24_32LE, S24_32BE, U24_32LE, U24_32BE, " \
|
||||
"S32LE, S32BE, U32LE, U32BE, " \
|
||||
|
|
Loading…
Reference in a new issue