Lines Matching defs:_GstRistSrc
121 struct _GstRistSrc struct
123 GstBin parent;
125 GstUri *uri;
128 GstElement *rtpbin;
129 GstPad *srcpad;
130 GstElement *rtxbin;
131 GstElement *rtx_funnel;
132 GstElement *rtpdeext;
135 guint reorder_section;
136 guint max_rtx_retries;
137 GstClockTime min_rtcp_interval;
138 gdouble max_rtcp_bandwidth;
139 gint multicast_loopback;
140 gint multicast_ttl;
143 GPtrArray *bonds;
147 GMutex bonds_lock;
150 guint stats_interval;
151 guint32 rtp_ssrc;
152 GstClockID stats_cid;
153 GstElement *jitterbuffer;
157 gboolean construct_failed;
158 const gchar *missing_plugin;