gstreamermm 0.10.9.1
|
An informational message. More...
Public Member Functions | |
MessageInfo (GstMessage* castitem) | |
void | parse (Glib::Error& error, std::string& debug) const |
Extracts the Glib::Error and debug string from the Gst::MessageInfo. | |
Glib::Error | parse () const |
Extracts and returns the Glib::Error from the Gst::MessageInfo. | |
std::string | parse_debug () const |
Extracts and returns the debug message from the Gst::MessageInfo. | |
Static Public Member Functions | |
static Glib::RefPtr< Gst::Message > | create (const Glib::RefPtr< Gst::Object >& src, Glib::Error& error, const std::string& debug) |
Create a new info message. |
An informational message.
See create() for more details.
Gst::MessageInfo::MessageInfo | ( | GstMessage * | castitem | ) | [explicit] |
static Glib::RefPtr<Gst::Message> Gst::MessageInfo::create | ( | const Glib::RefPtr< Gst::Object >& | src, |
Glib::Error & | error, | ||
const std::string & | debug | ||
) | [static] |
Create a new info message.
src | The object originating the message. |
error | The Glib::Error for this message. |
debug | A debugging string for something or other. |
Since 0.10.12 MT safe.
void Gst::MessageInfo::parse | ( | Glib::Error & | error, |
std::string & | debug | ||
) | const |
Extracts the Glib::Error and debug string from the Gst::MessageInfo.
MT safe.
error | Location for the Glib::Error. |
debug | Location for the debug message. |
Glib::Error Gst::MessageInfo::parse | ( | ) | const |
std::string Gst::MessageInfo::parse_debug | ( | ) | const |
Extracts and returns the debug message from the Gst::MessageInfo.
MT safe.