Gst.ElementFactory.prototype.can_src_all_caps

function can_src_all_caps(caps:Gst.Caps):Boolean {
    // Gjs wrapper for gst_element_factory_can_src_all_caps()
}

Checks if the factory can src all possible capabilities.

caps

the caps to check

Returns

true if the caps are fully compatible.