DebugMessage

class DebugMessage {
GstDebugMessage* cInstancePtr;
bool owned;
}

Members

Functions

get
string get()

Gets the string representation of a #GstDebugMessage. This function is used in debug handlers to extract the message.

getId
string getId()

Get the id of the object that emitted this message. This function is used in debug handlers. Can be empty.