add_sink_parse
Description:
[
CCode ( cname =
"gst_harness_add_sink_parse" ) ]
public void add_sink_parse (
string launchline)
Similar to gst_harness_add_sink, this allows you to specify a launch-line instead of just an element name.
See gst_harness_add_src_parse for details.
MT safe.
Parameters:
this |
a Harness
|
launchline |
a char with the name of a
Element
|