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.
A writable version of uri.
1.6
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.