@accepts(<list>, gint) @returns(gboolean) def check_profiles(missing_plugin_profiles, error_count)
Checks that all entries in the batch can be transferred in a format supported by the destination. If no encoding profile is available for some entries, but installing additional plugins could make a profile available, a list of profiles that require additional plugins is returned.
missing_plugin_profiles : |
holds a GList of GstEncodingProfiles on return |
error_count : |
holds the number of entries that cannot be transferred on return |
Returns : |
True if some entries can be transferred without additional plugins |