Element.messageFull

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.

class Element
void
messageFull
(,,
int code
,
string text
,
string dbug
,
string file
,
string funct
,
int line
)

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

dbug 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

funct string

the source code function where the error was generated

line int

the source code line where the error was generated

Meta