Lines Matching refs:GstPsStream
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 *
571 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_get_stream_from_pad()
582 gst_ps_demux_send_segment (GstPsDemux * demux, GstPsStream * stream, in gst_ps_demux_send_segment()
638 gst_ps_demux_send_data (GstPsDemux * demux, GstPsStream * stream, in gst_ps_demux_send_data()
722 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_mark_discont()
741 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_send_event()
767 GstPsStream *temp = NULL; in gst_ps_demux_handle_dvd_event()
925 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_clear_times()
953 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_send_gap_updates()
1369 GstPsStream *stream; in gst_ps_demux_src_event()