missingPluginMessageGetDescription

Returns a localised string describing the missing feature, for use in error dialogs and the like. Should never return NULL unless msg is not a valid missing-plugin message.

This function is mainly for applications that need a human-readable string describing a missing plugin, given a previously collected missing-plugin message

string
missingPluginMessageGetDescription

Parameters

msg gst.message.Message

a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT

Return Value

Type: string

a newly-allocated description string. Free string with glib.global.gfree when not needed any longer.