Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsturi.c926 gchar *uri, *abs_clean; in gst_filename_to_uri() local
952 abs_clean = gst_file_utils_canonicalise_path (abs_location); in gst_filename_to_uri()
953 GST_LOG ("'%s' -> '%s' -> '%s'", filename, abs_location, abs_clean); in gst_filename_to_uri()
954 uri = g_filename_to_uri (abs_clean, NULL, error); in gst_filename_to_uri()
955 g_free (abs_clean); in gst_filename_to_uri()
/third_party/gstreamer/gstreamer/
DChangeLog70136 gsturi.c:854:16: error: unused variable 'abs_clean'