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:
authorArun Raghavan <arun@arunraghavan.net>2019-10-21 10:31:03 +0300
committerArun Raghavan <arun@arunraghavan.net>2019-10-21 10:40:28 +0300
commitd18dbb85d87059ccf84119c3ef010a8bf3fe4da1 (patch)
tree37b2901253c5df939ae029f1aca8327fa729b3e2 /Cargo.toml
parentbc34fbd2eb2fc08f2a1e3fc4f7def030e905ba46 (diff)
rusoto: Rename s3 as rusoto
Will disambiguate from any other S3 plugins, and matches how we name other plugins (soup, lewton, rav1e, ...). Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/issues/76
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71f6fcc32..3f1e12fd2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ members = [
"gst-plugin-sodium",
"gst-plugin-cdg",
"gst-plugin-rav1e",
- "gst-plugin-s3",
+ "gst-plugin-rusoto",
"gst-plugin-fallbackswitch",
"gst-plugin-lewton",
]