missing_plugin_message_get_installer_detail


Description:

[ CCode ( cname = "gst_missing_plugin_message_get_installer_detail" ) ]
public string? missing_plugin_message_get_installer_detail (Message msg)

Returns an opaque string containing all the details about the missing element to be passed to an external installer called via install_plugins_async or install_plugins_sync.

This function is mainly for applications that call external plugin installation mechanisms using one of the two above-mentioned functions.

Parameters:

msg

a missing-plugin Message of type ELEMENT

Returns:

a newly-allocated detail string, or NULL on error. Free string with g_free when not needed any longer.


Namespace: Gst.PbUtils