ParseContext#

class ParseContext(**kwargs)#

Opaque structure.

Constructors#

class ParseContext
classmethod new() ParseContext | None#

Allocates a parse context for use with parse_launch_full() or parse_launchv_full().

Free-function: gst_parse_context_free

Methods#

class ParseContext
free() None#

Frees a parse context previously allocated with new().

get_missing_elements() list[str] | None#

Retrieve missing elements from a previous run of parse_launch_full() or parse_launchv_full(). Will only return results if an error code of NO_SUCH_ELEMENT was returned.