Searched refs:GstPsStream (Results 1 – 2 of 2) sorted by relevance
63 typedef struct _GstPsStream GstPsStream; typedef147 GstPsStream *current_stream;150 GstPsStream **streams;151 GstPsStream **streams_found;
272 g_malloc0 (sizeof (GstPsStream *) * (GST_PS_DEMUX_MAX_STREAMS)); in gst_ps_demux_init()274 g_malloc0 (sizeof (GstPsStream *) * (GST_PS_DEMUX_MAX_STREAMS)); in gst_ps_demux_init()305 GstPsStream *stream = demux->streams[i]; in gst_ps_demux_reset()322 sizeof (GstPsStream *) * (GST_PS_DEMUX_MAX_STREAMS)); in gst_ps_demux_reset()350 static GstPsStream *353 GstPsStream *stream; in gst_ps_demux_create_stream()470 stream = g_new0 (GstPsStream, 1); in gst_ps_demux_create_stream()527 static GstPsStream *530 GstPsStream *stream = demux->streams[id]; in gst_ps_demux_get_stream()564 static GstPsStream *[all …]