Gst.ElementFactory.prototype.get_element_type

function get_element_type():GType {
    // Gjs wrapper for gst_element_factory_get_element_type()
}

Get the GLib.Type for elements managed by this factory. The type can only be retrieved if the element factory is loaded, which can be assured with Gst.load.

Returns

the GLib.Type for elements managed by this factory or 0 if the factory is not loaded.