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-05-24 15:16:36 +0300
committerArun Raghavan <arun@arunraghavan.net>2019-05-25 17:57:39 +0300
commita7d24506c2a3c723a1d6b01d8ae71b419f15165b (patch)
treeb3d512fd2630eba5b51bec2a1f3b579098fda7f9 /Cargo.toml
parentc46ec64b031103b452ef13ac253a00b6ce7ba346 (diff)
Add a plugin to read data from Amazon S3
Moving from https://github.com/ford-prefect/gst-plugin-s3/ to have these plugins in a central location.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a15847835..54d02a3a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ members = [
"gst-plugin-sodium",
"gst-plugin-cdg",
"gst-plugin-rav1e",
+ "gst-plugin-s3",
]
[profile.release]