Gst.DebugMessage

Fields

None

Methods

get ()

get_id ()

Details

class Gst.DebugMessage
get()[source]
Returns:

the string representation of a Gst.DebugMessage.

Return type:

str or None

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

get_id()[source]
Returns:

The emitter of a Gst.DebugMessage.

Return type:

str or None

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

New in version 1.22.