The scheme for the new URI.
The user-info for the new URI.
The host name for the new URI.
The port number for the new URI or GST_URI_NO_PORT.
The path for the new URI with '/' separating path elements.
The query string for the new URI with '&' separating query elements. Elements containing '&' characters should encode them as "%26".
The fragment name for the new URI.
A new gstreamer.Uri object.
ConstructionException GTK+ fails to create the object.
1.6
Creates a new gstreamer.Uri object with the given URI parts. The path and query strings will be broken down into their elements. All strings should not be escaped except where indicated.