ParseContext#
- class ParseContext(**kwargs)#
Opaque structure.
Constructors#
- class ParseContext
- classmethod new() ParseContext | None#
Allocates a parse context for use with
parse_launch_full()orparse_launchv_full().Free-function: gst_parse_context_free
Methods#
- class ParseContext
-
- get_missing_elements() list[str] | None#
Retrieve missing elements from a previous run of
parse_launch_full()orparse_launchv_full(). Will only return results if an error code ofNO_SUCH_ELEMENTwas returned.