Gst.ParseContext¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
Details¶
- class Gst.ParseContext¶
Opaque structure.
- classmethod new()[source]¶
- Returns:
a newly-allocated parse context. Free with
Gst.ParseContext.free
() when no longer needed.- Return type:
Allocates a parse context for use with
Gst.parse_launch_full
() orGst.parse_launchv_full
().Free-function:
Gst.ParseContext.free
- copy()[source]¶
- Returns:
A copied
Gst.ParseContext
- Return type:
Copies the self.
New in version 1.12.1.
- free()[source]¶
Frees a parse context previously allocated with
Gst.ParseContext.new
().
- get_missing_elements()[source]¶
- Returns:
a
None
-terminated array of element factory name strings of missing elements. Free withGLib.strfreev
() when no longer needed.- Return type:
Retrieve missing elements from a previous run of
Gst.parse_launch_full
() orGst.parse_launchv_full
(). Will only return results if an error code ofGst.ParseError.NO_SUCH_ELEMENT
was returned.