webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistency

Everything else is ICE, not Ice.

https://bugzilla.gnome.org/show_bug.cgi?id=794362
This commit is contained in:
Sebastian Dröge 2018-03-15 16:58:40 +02:00
parent 1a889a3adc
commit dabfe399eb
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ struct _GstWebRTCICETransport
{
GstObject parent;
GstWebRTCIceRole role;
GstWebRTCICERole role;
GstWebRTCICEComponent component;
GstWebRTCICEConnectionState state;

View file

@ -148,7 +148,7 @@ typedef enum /*< underscore_name=gst_webrtc_peer_connection_state >*/
} GstWebRTCPeerConnectionState;
/**
* GstWebRTCIceRole:
* GstWebRTCICERole:
* GST_WEBRTC_ICE_ROLE_CONTROLLED: controlled
* GST_WEBRTC_ICE_ROLE_CONTROLLING: controlling
*/
@ -156,10 +156,10 @@ typedef enum /*< underscore_name=gst_webrtc_ice_role >*/
{
GST_WEBRTC_ICE_ROLE_CONTROLLED,
GST_WEBRTC_ICE_ROLE_CONTROLLING,
} GstWebRTCIceRole;
} GstWebRTCICERole;
/**
* GstWebRTCIceComponent:
* GstWebRTCICEComponent:
* GST_WEBRTC_ICE_COMPONENT_RTP,
* GST_WEBRTC_ICE_COMPONENT_RTCP,
*/