Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generic/file/src/filesrc/imp.rs')
-rw-r--r--generic/file/src/filesrc/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/file/src/filesrc/imp.rs b/generic/file/src/filesrc/imp.rs
index 6cb10b33d..739465908 100644
--- a/generic/file/src/filesrc/imp.rs
+++ b/generic/file/src/filesrc/imp.rs
@@ -356,7 +356,7 @@ impl URIHandlerImpl for FileSrc {
settings.location.as_ref().map(|location| {
Url::from_file_path(location)
.expect("FileSrc::get_uri couldn't build `Url` from `location`")
- .into_string()
+ .into()
})
}