gstreamermm: Gst::PluginError Class Reference
The plugin loading errors. More...
Inheritance diagram for Gst::PluginError:

Collaboration diagram for Gst::PluginError:

Public Types | |
| enum | Code { MODULE, DEPENDENCIES, NAME_MISMATCH } |
Public Member Functions | |
| PluginError (Code error_code, const Glib::ustring& error_message) | |
| PluginError (GError* gobject) | |
| Code | code () const |
Public Member Functions inherited from Glib::Exception | |
| virtual Glib::ustring | what () const =0 |
Detailed Description
The plugin loading errors.
- MODULE - The plugin could not be loaded
- DEPENDENCIES - The plugin has unresolved dependencies
- NAME_MISMATCH - The plugin has already be loaded from a different file
Member Enumeration Documentation
Constructor & Destructor Documentation
| Gst::PluginError::PluginError | ( | Code | error_code, |
| const Glib::ustring & | error_message | ||
| ) |
|
explicit |
Member Function Documentation
| Code Gst::PluginError::code | ( | ) | const |
The documentation for this class was generated from the following file:
- gstreamermm/plugin.h

Public Member Functions inherited from