missing_element_installer_detail_new


Description:

[ CCode ( cname = "gst_missing_element_installer_detail_new" ) ]
public string missing_element_installer_detail_new (string factory_name)

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 in the case where the application knows exactly what kind of plugin it is missing.

Parameters:

factory_name

the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc"

Returns:

a newly-allocated detail string. Free string with g_free when not needed any longer.


Namespace: Gst.PbUtils