From 2661bf6d9a48398b879fbb60cb3e4ea246d7178c Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Wed, 6 Apr 2022 10:14:07 +0900 Subject: [PATCH] webrtc: Add data-channels-opened/closed to get-stats signal documentation With contributions from: Matthew Waters Part-of: --- subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c index f385b17701..ad36677c85 100644 --- a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c +++ b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c @@ -8927,6 +8927,11 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass) * "local-id" G_TYPE_STRING identifier for the associated RTCInboundRTPSTreamStats * "remote-timestamp" G_TYPE_DOUBLE remote timestamp the statistics were sent by the remote * + * RTCPeerConnectionStats supported fields (https://w3c.github.io/webrtc-stats/#pcstats-dict*) (Since: 1.24) + * + * "data-channels-opened" G_TYPE_UINT number of unique data channels that have entered the 'open' state + * "data-channels-closed" G_TYPE_UINT number of unique data channels that have left the 'open' state + * * RTCIceCandidateStats supported fields (https://www.w3.org/TR/webrtc-stats/#icecandidate-dict*) (Since: 1.22) * * "transport-id" G_TYPE_STRING identifier for the associated RTCTransportStats for this stream