tests/rtp-payloading: Use new AudioFormatInfo::fill_silence function
authorMarijn Suijten <marijns95@gmail.com>
Wed, 25 Nov 2020 16:51:24 +0000 (17:51 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 26 Nov 2020 08:06:25 +0000 (10:06 +0200)
commit030b1b3fa52d9353108eb6bb0f645eb349344231
tree4ae506875b672186d8745ecaf4ec6602001098e2
parent552da8569bca9ea5238bcbdad7432b8f7c0837b9
tests/rtp-payloading: Use new AudioFormatInfo::fill_silence function

The function is renamed to be properly associated with AudioFormatInfo
(its instance) instead of AudioFormat (an unrelated enum), see [1] for
the rename itself.

[1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/940
tests/check/elements/rtp-payloading.c