Searched refs:GstSDPDemux (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 101 static void gst_sdp_demux_stream_push_event (GstSDPDemux * demux, 112 G_DEFINE_TYPE (GstSDPDemux, gst_sdp_demux, GST_TYPE_BIN); 171 gst_sdp_demux_init (GstSDPDemux * demux) in gst_sdp_demux_init() 190 GstSDPDemux *demux; in gst_sdp_demux_finalize() 206 GstSDPDemux *demux; in gst_sdp_demux_set_property() 233 GstSDPDemux *demux; in gst_sdp_demux_get_property() 292 find_stream (GstSDPDemux * demux, gconstpointer data, gconstpointer func) in find_stream() 305 gst_sdp_demux_stream_free (GstSDPDemux * demux, GstSDPStream * stream) in gst_sdp_demux_stream_free() 387 gst_sdp_demux_create_stream (GstSDPDemux * demux, GstSDPMessage * sdp, gint idx) in gst_sdp_demux_create_stream() 479 gst_sdp_demux_cleanup (GstSDPDemux * demux) in gst_sdp_demux_cleanup() [all …]
|
D | gstsdpdemux.h | 32 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SDP_DEMUX,GstSDPDemux)) 40 ((GstSDPDemux *)(obj)) 42 typedef struct _GstSDPDemux GstSDPDemux; typedef 55 GstSDPDemux *parent; /* parent, no extra ref to parent is taken */
|