mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rtcpbuffer: add RTPFB_TYPE_TWCC for Transport-Wide Congestion Control
This commit is contained in:
parent
33acf73334
commit
daea137c9d
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ typedef enum
|
|||
GST_RTCP_RTPFB_TYPE_TMMBN = 4,
|
||||
/* RTPFB types assigned in RFC 6051 */
|
||||
GST_RTCP_RTPFB_TYPE_RTCP_SR_REQ = 5,
|
||||
/* draft-holmer-rmcat-transport-wide-cc-extensions-01 */
|
||||
GST_RTCP_RTPFB_TYPE_TWCC = 15,
|
||||
|
||||
/* PSFB types */
|
||||
GST_RTCP_PSFB_TYPE_PLI = 1,
|
||||
GST_RTCP_PSFB_TYPE_SLI = 2,
|
||||
|
|
Loading…
Reference in a new issue