summaryrefslogtreecommitdiff
path: root/gst-libs/gst/webrtc/webrtc_fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/webrtc/webrtc_fwd.h')
-rw-r--r--gst-libs/gst/webrtc/webrtc_fwd.h6
1 files changed, 3 insertions, 3 deletions
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,
*/