Home
last modified time | relevance | path

Searched refs:streams_found (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c235 demux->streams_found = in gst_flups_demux_init()
252 g_free (demux->streams_found); in gst_flups_demux_finalize()
279 memset (demux->streams_found, 0, in gst_flups_demux_reset()
490 demux->streams_found[demux->found_count++] = stream; in gst_flups_demux_get_stream()
583 GstFluPSStream *stream = demux->streams_found[i]; in gst_flups_demux_mark_discont()
601 GstFluPSStream *stream = demux->streams_found[i]; in gst_flups_demux_send_event()
858 GstFluPSStream *stream = demux->streams_found[i]; in gst_flups_demux_clear_times()
880 GstFluPSStream *stream = demux->streams_found[i]; in gst_flups_demux_send_gap_updates()
2174 GstFluPSStream *stream = demux->streams_found[i]; in gst_flups_demux_combine_flows()
Dgstmpegdemux.h138 GstFluPSStream **streams_found; member
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h151 GstPsStream **streams_found; member
Dgstmpegdemux.c303 demux->streams_found = in gst_ps_demux_init()
321 g_free (demux->streams_found); in gst_ps_demux_finalize()
383 memset (demux->streams_found, 0, in gst_ps_demux_reset()
607 demux->streams_found[demux->found_count++] = stream; in gst_ps_demux_get_stream()
638 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_get_stream_from_pad()
780 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_mark_discont()
800 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_send_event()
985 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_clear_times()
1016 GstPsStream *stream = demux->streams_found[i]; in gst_ps_demux_send_gap_updates()
1043 return (demux->streams_found[0] != NULL); in have_open_streams()