rtpstats: fix some fields names in the RTPSourceStats documentation
authorAntonio Ospite <antonio.ospite@collabora.com>
Wed, 6 Mar 2019 15:28:34 +0000 (16:28 +0100)
committerAntonio Ospite <antonio.ospite@collabora.com>
Thu, 7 Mar 2019 09:36:11 +0000 (10:36 +0100)
Fix documentation of RTPSourceStats to use the actual fields names.

gst/rtpmanager/rtpstats.h

index b0fbddb..b8b26ec 100644 (file)
@@ -100,11 +100,11 @@ typedef struct {
 
 /**
  * RTPSourceStats:
- * @packetsreceived: number of received packets in total
- * @prevpacketsreceived: number of packets received in previous reporting
+ * @packets_received: number of received packets in total
+ * @prev_received: number of packets received in previous reporting
  *                       interval
- * @octetsreceived: number of payload bytes received
- * @bytesreceived: number of total bytes received including headers and lower
+ * @octets_received: number of payload bytes received
+ * @bytes_received: number of total bytes received including headers and lower
  *                 protocol level overhead
  * @max_seqnr: highest sequence number received
  * @transit: previous transit time used for calculating @jitter