Message.newInfoWithDetails

gst.message.Message newInfoWithDetails(gst.object.ObjectWrap src, glib.error.ErrorWrap error, string debug_, gst.structure.Structure details = null)

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.
detailsA GstStructure with details

Returns

the new warning message.