audio: Move fill_silence into audio_format_info
authorMarijn Suijten <marijns95@gmail.com>
Tue, 24 Nov 2020 19:54:49 +0000 (20:54 +0100)
committerMarijn Suijten <marijns95@gmail.com>
Wed, 25 Nov 2020 18:18:25 +0000 (19:18 +0100)
commit3ec795f613c6201790a75189de28bd5493c37d3b
treec374dc3aa146d376180ea786d9407e0a724b1a7b
parentc1f91ba004000e6e97ec736796089c829f86ad9f
audio: Move fill_silence into audio_format_info

With the function named gst_audio_format_fill_silence it would get
associated to the GstAudioFormat type in .gir which is incorrect and
confusing. See [1] for the discussion sparking this change.

https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/630#note_694795

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/940>
gst-libs/gst/audio/audio-converter.c
gst-libs/gst/audio/audio-format.c
gst-libs/gst/audio/audio-format.h
gst-libs/gst/audio/gstaudioaggregator.c
gst-libs/gst/audio/gstaudioringbuffer.c
gst-libs/gst/audio/gstaudiosink.c
gst-libs/gst/audio/gstaudiosrc.c
gst/adder/gstadder.c
gst/audioconvert/gstaudioconvert.c
gst/audiorate/gstaudiorate.c
tests/check/libs/audio.c