Message.newWarning

gst.message.Message newWarning(gst.object.ObjectWrap src, glib.error.ErrorWrap error, string debug_)

Create a new warning 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 warning message.

MT safe.