parse_launchv_full

function parse_launchv_full(argv:[String], context:Gst.ParseContext, flags:Gst.ParseFlags):Gst.Element {
    // Gjs wrapper for gst_parse_launchv_full()
}

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.

argv

null-terminated array of arguments

context

a parse context allocated with Gst.ParseContext.new, or null

flags

parsing options, or #GST_PARSE_FLAG_NONE

Returns

a new element on success; on failure, either null or a partially-constructed bin or element will be returned and @error will be set (unless you passed #GST_PARSE_FLAG_FATAL_ERRORS in flags, then null will always be returned on failure)