[ CCode ( cname = "gst_harness_add_src" ) ]
public void add_src (string src_element_name, bool has_clock_wait)
Similar to gst_harness_add_src_harness, this is a convenience to directly create a src-harness using the src_element_name
name specified.
MT safe.
this |
a Harness |
src_element_name |
a char with the name of a Element |
has_clock_wait |
a bool specifying if the Element uses gst_clock_wait_id internally. |