Other items ingstreamer
pub fn parse_launchv(argv: &[&str]) -> Result<Element, Error>
Create a new element based on command line syntax. error will contain an error message if an erroneous pipeline is specified. An error does not mean that the pipeline could not be constructed.
error
argv
null-terminated array of arguments
a new element on success and None on failure.
None