rtpstats: Remove non-existing twcc field docs from RTPPacketInfo and add missing...
authorSebastian Dröge <sebastian@centricular.com>
Wed, 6 Apr 2022 07:14:19 +0000 (10:14 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 6 Apr 2022 07:15:13 +0000 (10:15 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2121>

subprojects/gst-plugins-good/gst/rtpmanager/rtpstats.h

index 4b08e16..27f80cd 100644 (file)
@@ -79,9 +79,10 @@ typedef struct {
  * @pt: the payload type of the packet
  * @rtptime: the RTP time of the packet
  * @marker: the marker bit
- *
- * @tw_seqnum_ext_id: the extension-header ID for transport-wide seqnums
- * @tw_seqnum: the transport-wide seqnum of the packet
+ * @csrc_count: Number of CSRCs in @csrcs
+ * @csrcs: CSRCs
+ * @header_ext: Header extension data
+ * @header_ext_bit_pattern: Header extension bit pattern
  *
  * Structure holding information about the packet.
  */