From c67311af8b87c5e2741d864aa89c2cc2e653d0ee 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 Original patch : https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/commit/daea137c9db1809233dfa79e05bd416358e526e9 Change-Id: Ib94aef95e824841372e037309b9909f5e713a1ee --- 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 fe09499..32291fa 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, -- 2.7.4