Element.messageFullWithDetails

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.

class Element
void
messageFullWithDetails

Parameters

type GstMessageType

the #GstMessageType

domain GQuark

the GStreamer GError domain this message belongs to

code int

the GError code belonging to the domain

text string

an allocated text string to be used as a replacement for the default message connected to code, or %NULL

debug_ string

an allocated debug message to be used as a replacement for the default debugging information, or %NULL

file string

the source code file where the error was generated

function_ string

the source code function where the error was generated

line int

the source code line where the error was generated

structure Structure

optional details structure

Meta

Since

1.10