Gst.ElementFactory.prototype.can_sink_any_caps
function can_sink_any_caps(caps:Gst.Caps):Boolean { // Gjs wrapper for gst_element_factory_can_sink_any_caps() }
Checks if the factory can sink any possible capability.
- caps
the caps to check
- Returns
true if the caps have a common subset.