get_missing_elements
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? get_missing_elements ()
public string[]? get_missing_elements ()
Retrieve missing elements from a previous run of parse_launch or parse_launchv.
Will only return results if an error code of gst_parse_error_no_such_element was returned.
Parameters:
this |
Returns:
a null-terminated array of element factory name strings of missing elements. Free with strfreev when no longer needed. |