Parse.launchFull

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.

Parameters

pipelineDescription string

the command line describing the pipeline

context ParseContext

a parse context allocated with gst_parse_context_new(), or NULL. [allow-none]

flags GstParseFlags

parsing options, or GST_PARSE_FLAG_NONE

Return Value

Type: Element

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 GstPipeline, which then is returned. [transfer full]

Throws

GException on failure.

Meta