From efe335fe2966a3a077de5d7d1d1f9a56056ac395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 1 May 2020 09:52:22 +0300 Subject: [PATCH] gstreamer-rtp-sys: Temporary fix to manually add back GST_RTCP_PSFB_TYPE_AFB --- gstreamer-rtp-sys/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gstreamer-rtp-sys/src/lib.rs b/gstreamer-rtp-sys/src/lib.rs index 417f7c2d5..c5a3177e5 100644 --- a/gstreamer-rtp-sys/src/lib.rs +++ b/gstreamer-rtp-sys/src/lib.rs @@ -35,6 +35,7 @@ pub const GST_RTCP_RTPFB_TYPE_TWCC: GstRTCPFBType = 15; pub const GST_RTCP_PSFB_TYPE_SLI: GstRTCPFBType = 2; pub const GST_RTCP_PSFB_TYPE_TSTN: GstRTCPFBType = 6; pub const GST_RTCP_PSFB_TYPE_VBCN: GstRTCPFBType = 7; +pub const GST_RTCP_PSFB_TYPE_AFB: GstRTCPFBType = 15; pub type GstRTCPSDESType = c_int; pub const GST_RTCP_SDES_INVALID: GstRTCPSDESType = -1;