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:
parent
1a889a3adc
commit
dabfe399eb
@ -38,7 +38,7 @@ struct _GstWebRTCICETransport
|
|||||||
{
|
{
|
||||||
GstObject parent;
|
GstObject parent;
|
||||||
|
|
||||||
GstWebRTCIceRole role;
|
GstWebRTCICERole role;
|
||||||
GstWebRTCICEComponent component;
|
GstWebRTCICEComponent component;
|
||||||
|
|
||||||
GstWebRTCICEConnectionState state;
|
GstWebRTCICEConnectionState state;
|
||||||
|
@ -148,7 +148,7 @@ typedef enum /*< underscore_name=gst_webrtc_peer_connection_state >*/
|
|||||||
} GstWebRTCPeerConnectionState;
|
} GstWebRTCPeerConnectionState;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstWebRTCIceRole:
|
* GstWebRTCICERole:
|
||||||
* GST_WEBRTC_ICE_ROLE_CONTROLLED: controlled
|
* GST_WEBRTC_ICE_ROLE_CONTROLLED: controlled
|
||||||
* GST_WEBRTC_ICE_ROLE_CONTROLLING: controlling
|
* 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_CONTROLLED,
|
||||||
GST_WEBRTC_ICE_ROLE_CONTROLLING,
|
GST_WEBRTC_ICE_ROLE_CONTROLLING,
|
||||||
} GstWebRTCIceRole;
|
} GstWebRTCICERole;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstWebRTCIceComponent:
|
* GstWebRTCICEComponent:
|
||||||
* GST_WEBRTC_ICE_COMPONENT_RTP,
|
* GST_WEBRTC_ICE_COMPONENT_RTP,
|
||||||
* GST_WEBRTC_ICE_COMPONENT_RTCP,
|
* GST_WEBRTC_ICE_COMPONENT_RTCP,
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user