Searched defs:_GstSDPStream (Results 1 – 1 of 1) sorted by relevance
51 struct _GstSDPStream { struct52 gint id;53 guint32 ssrc;55 GstSDPDemux *parent; /* parent, no extra ref to parent is taken */58 GstPad *srcpad;59 GstFlowReturn last_ret;60 gboolean added;61 gboolean disabled;62 GstCaps *caps;63 gboolean eos;[all …]