Caps.isAlwaysCompatible
bool isAlwaysCompatible(gst.caps.Caps caps2)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.
Parameters
caps2 | the #GstCaps to test |
Returns
true if caps1 is a subset of caps2.