Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Dsprinkle2.c43 GstPad *fx_sinkpad, *fx_srcpad; member
73 info->fx_srcpad = gst_element_get_static_pad (info->fx, "src"); in add_source()
80 gst_pad_link (info->fx_srcpad, info->adder_sinkpad); in add_source()
114 gst_pad_unlink (info->fx_srcpad, info->adder_sinkpad); in remove_source()
116 gst_object_unref (info->fx_srcpad); in remove_source()
Dsprinkle3.c43 GstPad *fx_sinkpad, *fx_srcpad; member
75 info->fx_srcpad = gst_element_get_static_pad (info->fx, "src"); in add_source()
79 info->bin_srcpad = gst_ghost_pad_new ("src", info->fx_srcpad); in add_source()
125 gst_object_unref (info->fx_srcpad); in remove_source()