Message.newInfo

gst.message.Message newInfo(gst.object.ObjectWrap src, glib.error.ErrorWrap error, string debug_) static nothrow

Create a new info message. The message will make copies of error and debug.

Parameters

srcThe object originating the message.
errorThe GError for this message.
debug_A debugging string.

Returns

the new info message.

MT safe.