Gst.Caps.prototype.is_equal_fixed

function is_equal_fixed(caps2:Gst.Caps):Boolean {
    // Gjs wrapper for gst_caps_is_equal_fixed()
}

Tests if two Gst.Caps are equal. This function only works on fixed Gst.Caps.

caps2

the Gst.Caps to test

Returns

TRUE if the arguments represent the same format