[ CCode ( cname = "gst_missing_plugin_message_get_description" ) ]
public string missing_plugin_message_get_description (Message msg)
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
msg |
a missing-plugin Message of type ELEMENT |
a newly-allocated description string, or NULL on error. Free string with g_free when not needed any longer. |