parse_launchv
function parse_launchv(argv:[String]):Gst.Element { // Gjs wrapper for gst_parse_launchv() }
Create a new element based on command line syntax. @error will contain an error message if an erroneuos pipeline is specified. An error does not mean that the pipeline could not be constructed.
- argv
null-terminated array of arguments
- Returns
a new element on success and null on failure.