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
(,,
int code
,
string text
,
string dbg
,
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

dbg 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

structure Structure

optional details structure

Meta

Since

1.10