Searched refs:gst_flow_combiner_remove_pad (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstflowcombiner.h | 67 void gst_flow_combiner_remove_pad (GstFlowCombiner * combiner, GstPad * pad);
|
D | gstflowcombiner.c | 348 gst_flow_combiner_remove_pad (GstFlowCombiner * combiner, GstPad * pad) in gst_flow_combiner_remove_pad() function
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrcbin.cpp | 304 gst_flow_combiner_remove_pad (src->flow_combiner, pad); in gst_wpe_src_remove_audio_pad()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 165 gst_flow_combiner_remove_pad (filter->combiner, filter->captionpad); in gst_cc_extractor_reset()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 615 gst_flow_combiner_remove_pad (self->flow_combiner, pad); in remove_pad()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.c | 627 gst_flow_combiner_remove_pad (parse->flowcombiner, pad); in mpegts_parse_release_pad()
|
D | tsdemux.c | 2085 gst_flow_combiner_remove_pad (GST_TS_DEMUX_CAST (base)->flowcombiner, in gst_ts_demux_stream_removed()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.c | 2115 gst_flow_combiner_remove_pad (demux->flowcombiner, demux->audio_pad); in gst_flv_demux_cleanup() 2122 gst_flow_combiner_remove_pad (demux->flowcombiner, demux->video_pad); in gst_flv_demux_cleanup()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 342 gst_flow_combiner_remove_pad (demux->flowcombiner, stream->pad); in gst_ffmpegdemux_close()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 371 gst_flow_combiner_remove_pad (demux->flowcombiner, stream->pad); in gst_ps_demux_reset()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 2893 gst_flow_combiner_remove_pad (ogg->flowcombiner, GST_PAD_CAST (pad)); in gst_ogg_demux_deactivate_current_chain()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 248 gst_flow_combiner_remove_pad (avi->flowcombiner, stream->pad); in gst_avi_demux_reset_stream()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.c | 151 gst_flow_combiner_remove_pad (demux->flowcombiner, GST_PAD_CAST (pad)); in gst_mxf_demux_remove_pad()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 2653 gst_flow_combiner_remove_pad (demux->flowcombiner, stream->pad); in gst_qtdemux_stream_unref()
|