forked from mirrors/gstreamer-rs
gstreamer-rtp-sys: Temporary fix to manually add back GST_RTCP_PSFB_TYPE_AFB
This commit is contained in:
parent
8c43b2886a
commit
efe335fe29
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue