webrtc: fix typo in RTCRemoteOutboundRTPStreamStats

This commit is contained in:
Matthew Waters 2018-11-26 16:21:58 +11:00
parent a42fdbb012
commit 14ee6f9d35

View file

@ -5070,7 +5070,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
*
* RTCInboundRTPStreamStats supported fields (https://w3c.github.io/webrtc-stats/#inboundrtpstats-dict*)
*
* "remote-id" G_TYPE_STRING identifier for the associated RTCRemoteOutboundRTPSTreamStats
* "remote-id" G_TYPE_STRING identifier for the associated RTCRemoteOutboundRTPStreamStats
*
* RTCRemoteInboundRTPStreamStats supported fields (https://w3c.github.io/webrtc-stats/#remoteinboundrtpstats-dict*)
*