test/rtp: use the proper _INIT for initializing rtp/rtcp buffer structs.
authorHavard Graff <havard@pexip.com>
Tue, 7 Apr 2020 09:00:39 +0000 (11:00 +0200)
committerHavard Graff <havard@pexip.com>
Wed, 15 Jul 2020 14:57:01 +0000 (16:57 +0200)
commit36fec290a3ebff6cc3016983e173d264ff68d4ac
tree7c98bde50a6f1617bd1859d2a2dc9d42469229f2
parentc488fd74a036273bdec2d34dc2329f23fbaa2d5a
test/rtp: use the proper _INIT for initializing rtp/rtcp buffer structs.

Fixes -Wmissing-field-initializers in Clang.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/757>
tests/check/libs/rtp.c