Gst.Caps.prototype.merge_structure_full

function merge_structure_full(structure:Gst.Structure, features:Gst.CapsFeatures):Gst.Caps {
    // Gjs wrapper for gst_caps_merge_structure_full()
}

Appends structure with features to caps if its not already expressed by caps.

structure

the Gst.Structure to merge

features

the Gst.CapsFeatures to merge

Returns

the merged caps.