From 6538ebbaf3a64b607283e054e8bc3bf56b36be05 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 19 Nov 2022 04:42:56 +1100 Subject: [PATCH] webrtc: Improve GstWebRTCStatsType docstring Fix a typo of peer-connectiion -> peer-connection Add a link to the w3c RTCStats type for a description of what each statistics type is. Part-of: --- subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h index e55684e183..d3556400ab 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h @@ -308,7 +308,7 @@ typedef enum /*< underscore_name=gst_webrtc_dtls_setup >*/ * @GST_WEBRTC_STATS_REMOTE_INBOUND_RTP: remote-inbound-rtp * @GST_WEBRTC_STATS_REMOTE_OUTBOUND_RTP: remote-outbound-rtp * @GST_WEBRTC_STATS_CSRC: csrc - * @GST_WEBRTC_STATS_PEER_CONNECTION: peer-connectiion + * @GST_WEBRTC_STATS_PEER_CONNECTION: peer-connection * @GST_WEBRTC_STATS_DATA_CHANNEL: data-channel * @GST_WEBRTC_STATS_STREAM: stream * @GST_WEBRTC_STATS_TRANSPORT: transport @@ -316,6 +316,8 @@ typedef enum /*< underscore_name=gst_webrtc_dtls_setup >*/ * @GST_WEBRTC_STATS_LOCAL_CANDIDATE: local-candidate * @GST_WEBRTC_STATS_REMOTE_CANDIDATE: remote-candidate * @GST_WEBRTC_STATS_CERTIFICATE: certificate + * + * See */ typedef enum /*< underscore_name=gst_webrtc_stats_type >*/ {