rtphdrext: Make all fields private
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 24 Jun 2021 18:56:11 +0000 (14:56 -0400)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 28 Jun 2021 15:07:56 +0000 (18:07 +0300)
commitb4caa6cbdd46e4402acd4ddc8587656b04a407ce
tree46dfc2471f7e643d488d6b65252e505e0381b9c5
parent0adc6ccc01ee9c97257ae5ada76027decf3fcf47
rtphdrext: Make all fields private

The presence of a method and a field with the same name confuses the C#
binding generator. As there are accessor functions for all the fields,
let's just make them private.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1218>
gst-libs/gst/rtp/gstrtphdrext.c
gst-libs/gst/rtp/gstrtphdrext.h