Element.messageFullWithDetails

void messageFullWithDetails(gst.types.MessageType type, glib.types.Quark domain, int code, string text, string debug_, string file, string function_, int line, gst.structure.Structure structure)

Post an error, warning or info message on the bus from inside an element.

type must be of #GST_MESSAGE_ERROR, #GST_MESSAGE_WARNING or #GST_MESSAGE_INFO.

Parameters

typethe #GstMessageType
domainthe GStreamer GError domain this message belongs to
codethe GError code belonging to the domain
textan allocated text string to be used as a replacement for the default message connected to code, or null
debug_an allocated debug message to be used as a replacement for the default debugging information, or null
filethe source code file where the error was generated
function_the source code function where the error was generated
linethe source code line where the error was generated
structureoptional details structure