Home
last modified time | relevance | path

Searched refs:GstSDPStream (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpdemux.c102 GstSDPStream * stream, GstEvent * event);
257 find_stream_by_id (GstSDPStream * stream, gconstpointer a) in find_stream_by_id()
268 find_stream_by_pt (GstSDPStream * stream, gconstpointer a) in find_stream_by_pt()
279 find_stream_by_udpsrc (GstSDPStream * stream, gconstpointer a) in find_stream_by_udpsrc()
291 static GstSDPStream *
299 return (GstSDPStream *) lstream->data; in find_stream()
305 gst_sdp_demux_stream_free (GstSDPDemux * demux, GstSDPStream * stream) in gst_sdp_demux_stream_free()
386 static GstSDPStream *
389 GstSDPStream *stream; in gst_sdp_demux_create_stream()
399 stream = g_new0 (GstSDPStream, 1); in gst_sdp_demux_create_stream()
[all …]
Dgstsdpdemux.h49 typedef struct _GstSDPStream GstSDPStream; typedef