Uri.join

Join a reference URI onto a base URI using the method from RFC 3986. If either URI is %NULL then the other URI will be returned with the ref count increased.

class Uri
join

Parameters

refUri Uri

The reference URI to join onto the base URI.

Return: A #GstUri which represents the base with the reference URI joined on.

Meta