Message.newWarning

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

Parameters

src gst.object.ObjectGst

The object originating the message.

error glib.error.ErrorG

The GError for this message.

debug_ string

A debugging string.

Return Value

Type: gst.message.Message

the new warning message.

MT safe.