webrtc:ice: Mark protected fields as such
authorThibault Saunier <tsaunier@igalia.com>
Tue, 16 Aug 2022 01:27:06 +0000 (21:27 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Aug 2022 08:34:36 +0000 (08:34 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>

subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h

index ee5036f..8825e4b 100644 (file)
@@ -39,6 +39,8 @@ struct _GstWebRTCICE
 
   GstWebRTCICEGatheringState         ice_gathering_state;
   GstWebRTCICEConnectionState        ice_connection_state;
+
+  /*< protected >*/
   guint                              min_rtp_port;
   guint                              max_rtp_port;