Message.newInfoWithDetails

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

details gst.structure.Structure

A GstStructure with details

Return Value

Type: gst.message.Message

the new warning message.