Function

Gst-1.0Gsturi_get_location

  • Extracts the location out of a given valid URI, ie. the protocol and "://" are stripped from the URI, which means that the location returned includes the hostname if one is specified. The returned string must be freed using g_free().

    Free-function: g_free

    Parameters

    • uri: string

      A URI string

    Returns string

    the location for this URI. Returns null if the URI isn't valid. If the URI does not contain a location, an empty string is returned.