Searched refs:adder_sinkpad (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/ |
D | sprinkle3.c | 44 GstPad *adder_sinkpad; member 83 info->adder_sinkpad = gst_element_request_pad_simple (adder, "sink_%u"); in add_source() 92 gst_pad_link (info->bin_srcpad, info->adder_sinkpad); in add_source() 121 gst_pad_unlink (info->bin_srcpad, info->adder_sinkpad); in remove_source() 132 gst_pad_send_event (info->adder_sinkpad, gst_event_new_eos ()); in remove_source() 135 gst_element_release_request_pad (adder, info->adder_sinkpad); in remove_source() 136 gst_object_unref (info->adder_sinkpad); in remove_source()
|
D | sprinkle2.c | 44 GstPad *adder_sinkpad; member 77 info->adder_sinkpad = gst_element_request_pad_simple (adder, "sink_%u"); 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() 124 gst_pad_send_event (info->adder_sinkpad, gst_event_new_eos ()); in remove_source() 127 gst_element_release_request_pad (adder, info->adder_sinkpad); in remove_source() 128 gst_object_unref (info->adder_sinkpad); in remove_source()
|