From daea137c9db1809233dfa79e05bd416358e526e9 Mon Sep 17 00:00:00 2001 From: Havard Graff Date: Tue, 19 Mar 2019 16:20:01 +0100 Subject: [PATCH] rtcpbuffer: add RTPFB_TYPE_TWCC for Transport-Wide Congestion Control --- gst-libs/gst/rtp/gstrtcpbuffer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst-libs/gst/rtp/gstrtcpbuffer.h b/gst-libs/gst/rtp/gstrtcpbuffer.h index fe094999a0..32291fa9de 100644 --- a/gst-libs/gst/rtp/gstrtcpbuffer.h +++ b/gst-libs/gst/rtp/gstrtcpbuffer.h @@ -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,