summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-03-15 16:58:40 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-03-16 10:37:24 +0200
commitdabfe399eb7a1a77e65133394591c450d7a4c0d0 (patch)
tree187ef183d4dbdf3717a069e7685b86cc37935c7d
parent1a889a3adcd6cef3222070910d00284e66e7bd46 (diff)
downloadgstreamer-plugins-bad-dabfe399eb7a1a77e65133394591c450d7a4c0d0.tar.gz
webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistency
Everything else is ICE, not Ice. https://bugzilla.gnome.org/show_bug.cgi?id=794362
-rw-r--r--gst-libs/gst/webrtc/icetransport.h2
-rw-r--r--gst-libs/gst/webrtc/webrtc_fwd.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/webrtc/icetransport.h b/gst-libs/gst/webrtc/icetransport.h
index 59c5421fd..4dad627ef 100644
--- a/gst-libs/gst/webrtc/icetransport.h
+++ b/gst-libs/gst/webrtc/icetransport.h
@@ -38,7 +38,7 @@ struct _GstWebRTCICETransport
{
GstObject parent;
- GstWebRTCIceRole role;
+ GstWebRTCICERole role;
GstWebRTCICEComponent component;
GstWebRTCICEConnectionState state;
diff --git a/gst-libs/gst/webrtc/webrtc_fwd.h b/gst-libs/gst/webrtc/webrtc_fwd.h
index adb40c4ea..6b8364dca 100644
--- a/gst-libs/gst/webrtc/webrtc_fwd.h
+++ b/gst-libs/gst/webrtc/webrtc_fwd.h
@@ -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,
*/