Normalization will remove extra path segments ("." and "..") from the URI. It will also convert the scheme and host name to lower case and any percent-encoded values to uppercase.
The gstreamer.Uri object must be writable. Check with Uri.isWritable or use Uri.makeWritable first.
TRUE if the URI was modified.
1.6
Normalization will remove extra path segments ("." and "..") from the URI. It will also convert the scheme and host name to lower case and any percent-encoded values to uppercase.
The gstreamer.Uri object must be writable. Check with Uri.isWritable or use Uri.makeWritable first.