Lines Matching defs:_GstRtpRedEnc
46 struct _GstRtpRedEnc { struct
47 GstElement parent;
48 GstPad *srcpad;
49 GstPad *sinkpad;
51 gint pt;
52 guint num_sent;
53 guint distance;
54 gboolean allow_no_red_blocks;
56 GQueue *rtp_history;
57 gboolean send_caps;
58 gboolean is_current_caps_red;
59 guint8 twcc_ext_id;
61 gboolean ignoring_extension_warned;