Element.messageFull
void messageFull(gst.types.MessageType type, glib.types.Quark domain, int code, string text, string debug_, string file, string function_, int line)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.
MT safe.
Parameters
type | the #GstMessageType |
domain | the GStreamer GError domain this message belongs to |
code | the GError code belonging to the domain |
text | an 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 |
file | the source code file where the error was generated |
function_ | the source code function where the error was generated |
line | the source code line where the error was generated |