| gstreamermm
    0.10.11
    | 
A warning message. More...


| Public Member Functions | |
| MessageWarning (GstMessage* castitem) | |
| void | parse (Glib::Error& error, std::string& debug) const | 
| Extracts the Glib::Error and debug string from the Gst::MessageWarning. | |
| Glib::Error | parse () const | 
| Extracts and returns the Glib::Error from the Gst::MessageWarning. | |
| std::string | parse_debug () const | 
| Extracts and returns the debug message from the Gst::MessageWarning. | |
| Static Public Member Functions | |
| static Glib::RefPtr < Gst::MessageWarning > | create (const Glib::RefPtr< Gst::Object >& src, Glib::Error& error, const std::string& debug) | 
| Create a new warning message. | |
A warning message.
See create() for more details.
| Gst::MessageWarning::MessageWarning | ( | GstMessage * | castitem | ) |  [explicit] | 
| static Glib::RefPtr<Gst::MessageWarning> Gst::MessageWarning::create | ( | const Glib::RefPtr< Gst::Object >& | src, | 
| Glib::Error & | error, | ||
| const std::string & | debug | ||
| ) |  [static] | 
Create a new warning message.
The message will make copies of error and debug.
| src | The object originating the message. | 
| error | The Glib::Error for this message. | 
| debug | A debugging string for something or other. | 
| void Gst::MessageWarning::parse | ( | Glib::Error & | error, | 
| std::string & | debug | ||
| ) | const | 
Extracts the Glib::Error and debug string from the Gst::MessageWarning.
MT safe.
| error | Location for the Glib::Error. | 
| debug | Location for the debug message. | 
| Glib::Error Gst::MessageWarning::parse | ( | ) | const | 
Extracts and returns the Glib::Error from the Gst::MessageWarning.
MT safe.
| std::string Gst::MessageWarning::parse_debug | ( | ) | const | 
Extracts and returns the debug message from the Gst::MessageWarning.
MT safe.
 1.7.6.1
 1.7.6.1