Gst.ElementFactory.prototype.can_src_any_caps

function can_src_any_caps(caps:Gst.Caps):Boolean {
    // Gjs wrapper for gst_element_factory_can_src_any_caps()
}

Checks if the factory can src any possible capability.

caps

the caps to check

Returns

true if the caps have a common subset.