mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
46d7763879
commit
0813efc821
1 changed files with 4 additions and 3 deletions
|
@ -79,9 +79,10 @@ typedef struct {
|
||||||
* @pt: the payload type of the packet
|
* @pt: the payload type of the packet
|
||||||
* @rtptime: the RTP time of the packet
|
* @rtptime: the RTP time of the packet
|
||||||
* @marker: the marker bit
|
* @marker: the marker bit
|
||||||
*
|
* @csrc_count: Number of CSRCs in @csrcs
|
||||||
* @tw_seqnum_ext_id: the extension-header ID for transport-wide seqnums
|
* @csrcs: CSRCs
|
||||||
* @tw_seqnum: the transport-wide seqnum of the packet
|
* @header_ext: Header extension data
|
||||||
|
* @header_ext_bit_pattern: Header extension bit pattern
|
||||||
*
|
*
|
||||||
* Structure holding information about the packet.
|
* Structure holding information about the packet.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue