From 0813efc821e900a5d6ebd7fc44ed3a96f1dbe68a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 6 Apr 2022 10:14:19 +0300 Subject: [PATCH] rtpstats: Remove non-existing twcc field docs from RTPPacketInfo and add missing field docs Part-of: --- subprojects/gst-plugins-good/gst/rtpmanager/rtpstats.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-good/gst/rtpmanager/rtpstats.h b/subprojects/gst-plugins-good/gst/rtpmanager/rtpstats.h index 4b08e16..27f80cd 100644 --- a/subprojects/gst-plugins-good/gst/rtpmanager/rtpstats.h +++ b/subprojects/gst-plugins-good/gst/rtpmanager/rtpstats.h @@ -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. */ -- 2.7.4