Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Dsprinkle2.c43 GstPad *fx_sinkpad, *fx_srcpad; member
74 info->fx_sinkpad = gst_element_get_static_pad (info->fx, "sink"); in add_source()
81 gst_pad_link (info->src_srcpad, info->fx_sinkpad); in add_source()
113 gst_pad_unlink (info->src_srcpad, info->fx_sinkpad); in remove_source()
117 gst_object_unref (info->fx_sinkpad); in remove_source()
Dsprinkle3.c43 GstPad *fx_sinkpad, *fx_srcpad; member
76 info->fx_sinkpad = gst_element_get_static_pad (info->fx, "sink"); in add_source()
86 gst_pad_link (info->src_srcpad, info->fx_sinkpad); in add_source()
126 gst_object_unref (info->fx_sinkpad); in remove_source()