Gst.TypeFindFactory.prototype.has_function
function has_function():Boolean { // Gjs wrapper for gst_type_find_factory_has_function() }
Check whether the factory has a typefind function. Typefind factories without typefind functions are a last-effort fallback mechanism to e.g. assume a certain media type based on the file extension.
- Returns
TRUE if the factory has a typefind functions set, otherwise FALSE