Gst.Caps.prototype.append
function append(caps2:Gst.Caps):void { // Gjs wrapper for gst_caps_append() }
Appends the structures contained in caps2 to caps1. The structures in caps2 are not copied -- they are transferred to caps1, and then caps2 is freed. If either caps is ANY, the resulting caps will be ANY.
- caps2
the Gst.Caps to append