mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
webrtc:ice: Mark protected fields as such
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>
This commit is contained in:
parent
24b171735d
commit
0ee9727df3
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ struct _GstWebRTCICE
|
|||
|
||||
GstWebRTCICEGatheringState ice_gathering_state;
|
||||
GstWebRTCICEConnectionState ice_connection_state;
|
||||
|
||||
/*< protected >*/
|
||||
guint min_rtp_port;
|
||||
guint max_rtp_port;
|
||||
|
||||
|
|
Loading…
Reference in a new issue