rtcpbuffer: add RTPFB_TYPE_TWCC for Transport-Wide Congestion Control

This commit is contained in:
Havard Graff 2019-03-19 16:20:01 +01:00 committed by Jordan Petridis
parent 33acf73334
commit daea137c9d

View file

@ -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,