Uri.makeWritable
gst.uri.Uri makeWritable()Make the #GstUri writable.
Checks if uri is writable, and if so the original object is returned. If not, then a writable copy is made and returned. This gives away the reference to uri and returns a reference to the new #GstUri. If uri is null then null is returned.
Returns
A writable version of uri.