gstreamermm  1.4.3
Public Types | Public Member Functions | List of all members
Gst::ParseError Class Reference

The different parsing errors that can occur. More...

Inherits Error.

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
 

Detailed Description

The different parsing errors that can occur.

Member Enumeration Documentation

§ Code

Enumerator
SYNTAX 
NO_SUCH_ELEMENT 
NO_SUCH_PROPERTY 
LINK 
COULD_NOT_SET_PROPERTY 
EMPTY_BIN 
EMPTY 

Constructor & Destructor Documentation

§ ParseError() [1/2]

Gst::ParseError::ParseError ( Code  error_code,
const Glib::ustring &  error_message 
)

§ ParseError() [2/2]

Gst::ParseError::ParseError ( GError *  gobject)
explicit

Member Function Documentation

§ code()

Code Gst::ParseError::code ( ) const

The documentation for this class was generated from the following file: