From: Havard Graff Date: Tue, 19 Mar 2019 15:20:01 +0000 (+0100) Subject: rtcpbuffer: add RTPFB_TYPE_TWCC for Transport-Wide Congestion Control X-Git-Tag: accepted/tizen/unified/20210428.040400~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c67311af8b87c5e2741d864aa89c2cc2e653d0ee;p=platform%2Fupstream%2Fgst-plugins-base.git 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 --- 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,