PadAcceptCapsFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate bool PadAcceptCapsFunction (
Pad pad,
Caps caps)
Check if pad can accept caps.
By default this function will see if caps intersect with the result from
get_caps by can be overridden to perform extra checks.
Parameters:
| pad |
the Pad to check |
| caps |
the Caps to check |
Returns:
| TRUE if the caps can be accepted by the pad. |