PadFixateCapsFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate void PadFixateCapsFunction (
Pad pad,
Caps caps)
Given possibly unfixed caps caps, let pad use its default preferred format to make a fixed caps.
caps should be writable. By default this function will pick the first value of any ranges or lists in the caps but elements can
override this function to perform other behaviour.
Parameters:
| pad |
a Pad
|
| caps |
the Caps to fixate |