webrtc: fix typo in RTCRemoteOutboundRTPStreamStats
authorMatthew Waters <matthew@centricular.com>
Mon, 26 Nov 2018 05:21:58 +0000 (16:21 +1100)
committerMatthew Waters <matthew@centricular.com>
Mon, 26 Nov 2018 05:21:58 +0000 (16:21 +1100)
ext/webrtc/gstwebrtcbin.c

index 090e953..142df17 100644 (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*)
    *