get_list

function get_list():[Gst.TypeFindFactory] {
    // Gjs wrapper for gst_type_find_factory_get_list()
}

Gets the list of all registered typefind factories. You must free the list using list_free.

The returned factories are sorted by highest rank first, and then by factory name.

Free-function: gst_plugin_feature_list_free

Returns

the list of all registered Gst.TypeFindFactory.