Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstParseContext |
Struct : | ParseContext |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
new Gst.ParseContext.c_new
()
:
Gst.ParseContext
Create a new Gst.ParseContext
Create a new Gst.ParseContext
|
||
free
()
:
none
Frees a parse context previously allocated with gst_parse_context_new().
Frees a parse context previously allocated with gst_parse_context_new().
|
Gst.ParseContext | |
get_missing_elements
()
:
Array
Retrieve missing elements from a previous run of gst_parse_launch_full() or gst_parse_launchv_full().
Retrieve missing elements from a previous run of gst_parse_launch_full() or gst_parse_launchv_full(). Will only return results if an error code of GST_PARSE_ERROR_NO_SUCH_ELEMENT was returned.
|
Gst.ParseContext |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst
Method |
Gst.parse_bin_from_description_full
(String bin_description, Boolean ghost_unlinked_pads, ParseContext context, ParseFlags flags)
:
Gst.Element
This is a convenience wrapper around gst_parse_launch() to create a GstBin from a gst-launch-style pipeline description.
|
Gst
Method |
Gst.parse_launch_full
(String pipeline_description, ParseContext context, ParseFlags flags)
:
Gst.Element
Create a new pipeline based on command line syntax.
|
Gst
Method |
Create a new element based on command line syntax.
|