webrtc:ice: Mark protected fields as such

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>
This commit is contained in:
Thibault Saunier 2022-08-15 21:27:06 -04:00 committed by GStreamer Marge Bot
parent 24b171735d
commit 0ee9727df3

View file

@ -39,6 +39,8 @@ struct _GstWebRTCICE
GstWebRTCICEGatheringState ice_gathering_state;
GstWebRTCICEConnectionState ice_connection_state;
/*< protected >*/
guint min_rtp_port;
guint max_rtp_port;