Post an error, warning or info message on the bus from inside an element.
type must be of ERROR,
WARNING or INFO.
MT safe.
| this |
a Element to send message from |
| type |
the MessageType |
| 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 |