set_src_caps_str
Description:
[
CCode ( cname =
"gst_harness_set_src_caps_str" ) ]
public void set_src_caps_str (
string str)
Sets the GstHarness
srcpad caps using a string.
This must be done before any buffers can legally be pushed from the harness to the element.
MT safe.
Parameters:
this |
a Harness
|
str |
a gchar describing a Caps to set on the harness srcpad
|