Message.writableStructure

gst.structure.Structure writableStructure()

Get a writable version of the structure.

Returns

The structure of the message. The structure

is still owned by the message, which means that you should not free it and that the pointer becomes invalid when you free the message. This function ensures that message is writable, and if so, will never return null.

MT safe.