diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h index ee5036f011..8825e4bbb5 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h @@ -39,6 +39,8 @@ struct _GstWebRTCICE GstWebRTCICEGatheringState ice_gathering_state; GstWebRTCICEConnectionState ice_connection_state; + + /*< protected >*/ guint min_rtp_port; guint max_rtp_port;