gstreamermm
1.4.3
|
The different parsing errors that can occur. More...
Public Types | |
enum | Code { SYNTAX, NO_SUCH_ELEMENT, NO_SUCH_PROPERTY, LINK, COULD_NOT_SET_PROPERTY, EMPTY_BIN, EMPTY } |
Public Member Functions | |
ParseError (Code error_code, const Glib::ustring& error_message) | |
ParseError (GError* gobject) | |
Code | code () const |
![]() | |
virtual Glib::ustring | what () const =0 |
The different parsing errors that can occur.
Gst::ParseError::ParseError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gst::ParseError::code | ( | ) | const |