parse_launch_full
function parse_launch_full(pipeline_description:String, context:Gst.ParseContext, flags:Gst.ParseFlags):Gst.Element { // Gjs wrapper for gst_parse_launch_full() }
Create a new pipeline based on command line syntax. Please note that you might get a return value that is not null even though the @error is set. In this case there was a recoverable parsing error and you can try to play the pipeline.
- pipeline_description
the command line describing the pipeline
- 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, null on failure. If more than one toplevel element is specified by the pipeline_description, all elements are put into a Gst.Pipeline, which then is returned.