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
bool
isAlwaysCompatible

Parameters

caps2 gst.caps.Caps

the #GstCaps to test

Return Value

Type: bool

true if caps1 is a subset of caps2.