Home
last modified time | relevance | path

Searched refs:need_no_more_pads (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h140 gboolean need_no_more_pads; member
Dgstmpegdemux.c295 demux->need_no_more_pads = TRUE; in gst_flups_demux_reset()
779 demux->need_no_more_pads = FALSE; in gst_flups_demux_handle_dvd_event()
1961 if (demux->need_no_more_pads in gst_flups_demux_data_cb()
1966 demux->need_no_more_pads = FALSE; in gst_flups_demux_data_cb()
2184 if (G_UNLIKELY (demux->need_no_more_pads && ret == GST_FLOW_NOT_LINKED)) in gst_flups_demux_combine_flows()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h153 gboolean need_no_more_pads; member
Dgstmpegdemux.c402 demux->need_no_more_pads = TRUE; in gst_ps_demux_reset()
609 if (demux->need_no_more_pads) { in gst_ps_demux_get_stream()
953 demux->need_no_more_pads = FALSE; in gst_ps_demux_handle_dvd_event()
2412 if (demux->need_no_more_pads in gst_ps_demux_data_cb()
2416 demux->need_no_more_pads = FALSE; in gst_ps_demux_data_cb()
3164 if (G_UNLIKELY (demux->need_no_more_pads && ret == GST_FLOW_NOT_LINKED)) in gst_ps_demux_combine_flows()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsrc.c433 gboolean need_no_more_pads; in gst_splitmux_part_bus_handler() local
447 need_no_more_pads = !splitmux->pads_complete; in gst_splitmux_part_bus_handler()
451 if (need_no_more_pads) { in gst_splitmux_part_bus_handler()