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
src | The object originating the message. |
error | The GError for this message. |
debug_ | A debugging string. |
details | A GstStructure with details |
Returns
the new warning message.