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 throws is set. In this case there was a recoverable parsing error and you can try to play the pipeline.
To create a sub-pipeline (bin) for embedding into an existing pipeline use parse_bin_from_description.
| pipeline_description |
the command line describing the pipeline |
| context |
a parse context allocated with ParseContext, or null |
| flags |
parsing options, or NONE |
|
a new element on success, null on failure. If more than one toplevel element is specified by the
|