Uri.makeWritable

Make the gstreamer.Uri 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 gstreamer.Uri If uri is NULL then NULL is returned.

class Uri
makeWritable
()

Return Value

Type: Uri

A writable version of uri.

Meta