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.

class Uri
makeWritable
()

Return Value

Type: gst.uri.Uri

A writable version of uri.