rtpstats: Remove non-existing twcc field docs from RTPPacketInfo and add missing field docs

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2121>
This commit is contained in:
Sebastian Dröge 2022-04-06 10:14:19 +03:00
parent 46d7763879
commit 0813efc821

View 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.
*/