Searched defs:_GstRtpRedEnc (Results 1 – 1 of 1) sorted by relevance
46 struct _GstRtpRedEnc { struct47 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;[all …]