add_src_parse


Description:

[ CCode ( cname = "gst_harness_add_src_parse" ) ]
public void add_src_parse (string launchline, bool has_clock_wait)

Similar to gst_harness_add_src, this allows you to specify a launch-line, which can be useful for both having more then one Element acting as your src (Like a src producing raw buffers, and then an encoder, providing encoded data), but also by allowing you to set properties like "is-live" directly on the elements.

MT safe.

Parameters:

this

a Harness

launchline

a char describing a gst-launch type line

has_clock_wait

a bool specifying if the Element uses gst_clock_wait_id internally.