Home
last modified time | relevance | path

Searched refs:pct_sep (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1304 gchar *pct_sep = NULL; in _gst_uri_string_to_list() local
1308 pct_sep = g_strdup_printf ("%%%2.2X", (guint) (*sep)); in _gst_uri_string_to_list()
1322 for (next_sep = strcasestr (elem, pct_sep); next_sep; in _gst_uri_string_to_list()
1323 next_sep = strcasestr (next_sep + 1, pct_sep)) { in _gst_uri_string_to_list()
1340 g_free (pct_sep); in _gst_uri_string_to_list()