Caps.intersectFull
gst.caps.Caps intersectFull(gst.caps.Caps caps2, gst.types.CapsIntersectMode mode)Creates a new #GstCaps that contains all the formats that are common to both caps1 and caps2, the order is defined by the #GstCapsIntersectMode used.
Parameters
caps2 | a #GstCaps to intersect |
mode | The intersection algorithm/mode to use |
Returns
the new #GstCaps