Gst.Structure.prototype.remove_field
function remove_field(fieldname:String):void { // Gjs wrapper for gst_structure_remove_field() }
Removes the field with the given name. If the field with the given name does not exist, the structure is unchanged.
- fieldname
the name of the field to remove