Caps.isAlwaysCompatible

A given GstCaps structure is always compatible with another if every media format that is in the first is also contained in the second. That is, caps1 is a subset of caps2.

class Caps
int
isAlwaysCompatible

Parameters

caps2 Caps

the GstCaps to test

Return Value

Type: int

TRUE if caps1 is a subset of caps2.

Meta