Gst.ElementFactory.prototype.can_sink_all_caps
function can_sink_all_caps(caps:Gst.Caps):Boolean {
// Gjs wrapper for gst_element_factory_can_sink_all_caps()
}Checks if the factory can sink all possible capabilities.
- caps
the caps to check
- Returns
true if the caps are fully compatible.