Gst.ParseError – gstreamer-1.0 Reference Manual
ParseError
Description:
[
CCode
( cprefix =
"GST_PARSE_ERROR_"
, type_id =
"gst_parse_error_get_type ()"
) ]
public
errordomain
ParseError
The different parsing errors that can occur.
Namespace:
Gst
Package:
gstreamer-1.0
Content:
Error codes:
COULD_NOT_SET_PROPERTY
-
There was an error setting a property
DELAYED_LINK
-
A delayed link did not get resolved.
EMPTY
-
An empty description was specified
EMPTY_BIN
-
An empty bin was specified.
LINK
-
There was an error linking two pads.
NO_SUCH_ELEMENT
-
The description contained an unknown element
NO_SUCH_PROPERTY
-
An element did not have a specified property
SYNTAX
-
A syntax error occurred.
Static methods:
public
static
Quark
quark
()
Get the error quark used by the parsing subsystem.
2022 vala-language.org