Home
last modified time | relevance | path

Searched refs:gst_flow_combiner_update_pad_flow (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.h61 GstFlowReturn gst_flow_combiner_update_pad_flow (GstFlowCombiner * combiner, GstPad * pad,
Dgstflowcombiner.c310 gst_flow_combiner_update_pad_flow (GstFlowCombiner * combiner, GstPad * pad, in gst_flow_combiner_update_pad_flow() function
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp209 result = gst_flow_combiner_update_pad_flow (src->flow_combiner, pad, chain_result); in gst_wpe_src_chain_buffer()
295 gst_flow_combiner_update_pad_flow (src->flow_combiner, GST_PAD (audio_pad), in gst_wpe_src_push_audio_buffer()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.c408 return gst_flow_combiner_update_pad_flow (filter->combiner, in gst_cc_extractor_handle_meta()
457 return gst_flow_combiner_update_pad_flow (filter->combiner, filter->srcpad, in gst_cc_extractor_chain()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.c433 gst_flow_combiner_update_pad_flow (self->flow_combiner, pad, flow_ret); in gst_sctp_data_srcpad_loop()
455 gst_flow_combiner_update_pad_flow (self->flow_combiner, pad, in gst_sctp_data_srcpad_loop()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c182 res = gst_flow_combiner_update_pad_flow (self->flow_combiner, pad, chain_res); in gst_test_src_bin_chain()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c1388 ret = gst_flow_combiner_update_pad_flow (demux->flowcombiner, in gst_flv_demux_parse_tag_audio()
1831 ret = gst_flow_combiner_update_pad_flow (demux->flowcombiner, in gst_flv_demux_parse_tag_video()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c5070 ret = gst_flow_combiner_update_pad_flow (demux->flowcombiner, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
5104 ret = gst_flow_combiner_update_pad_flow (demux->flowcombiner, stream->pad, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c4782 return gst_flow_combiner_update_pad_flow (ogg->flowcombiner, in gst_ogg_demux_combine_flows()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c5076 ret = gst_flow_combiner_update_pad_flow (avi->flowcombiner, stream->pad, ret); in gst_avi_demux_combine_flows()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c5454 ret = gst_flow_combiner_update_pad_flow (demux->flowcombiner, stream->pad, in gst_qtdemux_combine_flows()
/third_party/gstreamer/gstreamer/
DChangeLog31669 flowcombiner: add a gst_flow_combiner_update_pad_flow() method
31671 API: gst_flow_combiner_update_pad_flow()