From: Sebastian Dröge Date: Wed, 6 Apr 2022 07:14:19 +0000 (+0300) Subject: rtpstats: Remove non-existing twcc field docs from RTPPacketInfo and add missing... X-Git-Tag: 1.22.0~1914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0813efc821e900a5d6ebd7fc44ed3a96f1dbe68a;p=platform%2Fupstream%2Fgstreamer.git rtpstats: Remove non-existing twcc field docs from RTPPacketInfo and add missing field docs Part-of: --- 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. */