[ CCode ( cname = "gst_harness_add_element_src_pad" ) ]
public void add_element_src_pad (Pad srcpad)
Links the specified Pad the GstHarness
sinkpad.
This can be useful if perhaps the srcpad did not exist at the time of creating the harness, like a demuxer that provides a sometimes-pad after receiving data.
MT safe.
this |
a Harness |
srcpad |
a Pad to link to the harness sinkpad |