GNOME Bugzilla – Bug 794362
webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistency
Last modified: 2018-03-16 08:37:42 UTC
.
Created attachment 369738 [details] [review] webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistency Everything else is ICE, not Ice.
Review of attachment 369738 [details] [review]: Spec references should keep the spec capitalization. ::: gst-libs/gst/webrtc/dtlstransport.c @@ +20,3 @@ /** * SECTION:gstwebrtc-dtlstransport + * @short_description: RTCDTLSTransport object Should keep the reference to the wsc spec the same capitalization: RTCDtlsTransport ::: gst-libs/gst/webrtc/icetransport.c @@ +20,3 @@ /** * SECTION:gstwebrtc-icetransport + * @short_description: RTCICETransport object should keep the reference to the w3c spec the same capitalization: RTCIceTransport
Attachment 369738 [details] pushed as dabfe39 - webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistency