Function

Gst-1.0Gsturi_join_stringsSince 1.6

  • This is a convenience function to join two URI strings and return the result. The returned string should be g_free()'d after use.

    Parameters

    • base_uri: string

      The percent-encoded base URI.

    • ref_uri: string

      The percent-encoded reference URI to join to the base_uri.

    Returns string

    A string representing the percent-encoded join of the two URIs.

    1.6