Gst.Context.prototype.writable_structure

function writable_structure():Gst.Structure {
    // Gjs wrapper for gst_context_writable_structure()
}

Get a writable version of the structure.

Since 1.2

Returns

The structure of the context. The structure is still owned by the event, which means that you should not free it and that the pointer becomes invalid when you free the event. This function checks if context is writable.