Home
last modified time | relevance | path

Searched refs:blockpad (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-effect-switch.c33 static GstPad *blockpad; variable
113 gst_pad_add_probe (blockpad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, in timeout_cb()
197 blockpad = gst_element_get_static_pad (q1, "src"); in main()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c142 GstPad *blockpad; /* srcpad of queue, used for blocking the vis */ member
1182 gst_pad_add_probe (chain->blockpad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, in gst_play_sink_set_vis_plugin()
3146 chain->blockpad = gst_element_get_static_pad (chain->queue, "src"); in gen_vis_chain()
4363 blockpad, playsink->vis_pad_block_id); in video_set_blocked()
4389 blockpad, playsink->vis_pad_block_id); in audio_set_blocked()
4398 blockpad, playsink->vis_pad_block_id); in audio_set_blocked()
4420 blockpad, playsink->vis_pad_block_id); in text_set_blocked()
4579 GstPad *blockpad = in gst_play_sink_refresh_pad() local
4583 gst_pad_remove_probe (((GstPlayVisChain *) playsink->vischain)->blockpad, in gst_play_sink_refresh_pad()
4588 gst_pad_add_probe (blockpad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, in gst_play_sink_refresh_pad()
[all …]