Gst.Caps.prototype.append_structure
function append_structure(structure:Gst.Structure):void {
    // Gjs wrapper for gst_caps_append_structure()
}Appends structure to caps. The structure is not copied; caps becomes the owner of structure.
- structure
- the Gst.Structure to append