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
path: root/net
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-04-05 17:38:52 +0300
committerArun Raghavan <arun@arunraghavan.net>2020-04-05 22:10:47 +0300
commitdc3c8fd0494056ae5e5f87aa716b4c3866af6591 (patch)
tree3226cac3439fd29b7b02f6456f3162d6a3d1e00a /net
parent205b6040fbb918c0fa736874b09f8e3f3f261e44 (diff)
Drop gst-plugin- prefix in plugin directory name
Diffstat (limited to 'net')
-rw-r--r--net/reqwest/Cargo.toml (renamed from net/gst-plugin-reqwest/Cargo.toml)2
-rw-r--r--net/reqwest/build.rs (renamed from net/gst-plugin-reqwest/build.rs)0
-rw-r--r--net/reqwest/src/lib.rs (renamed from net/gst-plugin-reqwest/src/lib.rs)0
-rw-r--r--net/reqwest/src/reqwesthttpsrc.rs (renamed from net/gst-plugin-reqwest/src/reqwesthttpsrc.rs)0
-rw-r--r--net/reqwest/tests/reqwesthttpsrc.rs (renamed from net/gst-plugin-reqwest/tests/reqwesthttpsrc.rs)0
-rw-r--r--net/rusoto/Cargo.toml (renamed from net/gst-plugin-rusoto/Cargo.toml)2
-rw-r--r--net/rusoto/README.md (renamed from net/gst-plugin-rusoto/README.md)0
-rw-r--r--net/rusoto/build.rs (renamed from net/gst-plugin-rusoto/build.rs)0
-rw-r--r--net/rusoto/src/lib.rs (renamed from net/gst-plugin-rusoto/src/lib.rs)0
-rw-r--r--net/rusoto/src/s3sink.rs (renamed from net/gst-plugin-rusoto/src/s3sink.rs)0
-rw-r--r--net/rusoto/src/s3src.rs (renamed from net/gst-plugin-rusoto/src/s3src.rs)0
-rw-r--r--net/rusoto/src/s3url.rs (renamed from net/gst-plugin-rusoto/src/s3url.rs)0
-rw-r--r--net/rusoto/src/s3utils.rs (renamed from net/gst-plugin-rusoto/src/s3utils.rs)0
13 files changed, 2 insertions, 2 deletions
diff --git a/net/gst-plugin-reqwest/Cargo.toml b/net/reqwest/Cargo.toml
index 7ef9c8976..5cd0ffc57 100644
--- a/net/gst-plugin-reqwest/Cargo.toml
+++ b/net/reqwest/Cargo.toml
@@ -28,4 +28,4 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
+gst-plugin-version-helper = { path="../../version-helper" }
diff --git a/net/gst-plugin-reqwest/build.rs b/net/reqwest/build.rs
index 0d1ddb61d..0d1ddb61d 100644
--- a/net/gst-plugin-reqwest/build.rs
+++ b/net/reqwest/build.rs
diff --git a/net/gst-plugin-reqwest/src/lib.rs b/net/reqwest/src/lib.rs
index 7960329b9..7960329b9 100644
--- a/net/gst-plugin-reqwest/src/lib.rs
+++ b/net/reqwest/src/lib.rs
diff --git a/net/gst-plugin-reqwest/src/reqwesthttpsrc.rs b/net/reqwest/src/reqwesthttpsrc.rs
index 380f5df23..380f5df23 100644
--- a/net/gst-plugin-reqwest/src/reqwesthttpsrc.rs
+++ b/net/reqwest/src/reqwesthttpsrc.rs
diff --git a/net/gst-plugin-reqwest/tests/reqwesthttpsrc.rs b/net/reqwest/tests/reqwesthttpsrc.rs
index 4daa14215..4daa14215 100644
--- a/net/gst-plugin-reqwest/tests/reqwesthttpsrc.rs
+++ b/net/reqwest/tests/reqwesthttpsrc.rs
diff --git a/net/gst-plugin-rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index 657772223..a10c3923f 100644
--- a/net/gst-plugin-rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -26,4 +26,4 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
+gst-plugin-version-helper = { path="../../version-helper" }
diff --git a/net/gst-plugin-rusoto/README.md b/net/rusoto/README.md
index 9b86b7468..9b86b7468 100644
--- a/net/gst-plugin-rusoto/README.md
+++ b/net/rusoto/README.md
diff --git a/net/gst-plugin-rusoto/build.rs b/net/rusoto/build.rs
index 0d1ddb61d..0d1ddb61d 100644
--- a/net/gst-plugin-rusoto/build.rs
+++ b/net/rusoto/build.rs
diff --git a/net/gst-plugin-rusoto/src/lib.rs b/net/rusoto/src/lib.rs
index 245e9626d..245e9626d 100644
--- a/net/gst-plugin-rusoto/src/lib.rs
+++ b/net/rusoto/src/lib.rs
diff --git a/net/gst-plugin-rusoto/src/s3sink.rs b/net/rusoto/src/s3sink.rs
index 3cd368223..3cd368223 100644
--- a/net/gst-plugin-rusoto/src/s3sink.rs
+++ b/net/rusoto/src/s3sink.rs
diff --git a/net/gst-plugin-rusoto/src/s3src.rs b/net/rusoto/src/s3src.rs
index 2984098f5..2984098f5 100644
--- a/net/gst-plugin-rusoto/src/s3src.rs
+++ b/net/rusoto/src/s3src.rs
diff --git a/net/gst-plugin-rusoto/src/s3url.rs b/net/rusoto/src/s3url.rs
index 01a41a833..01a41a833 100644
--- a/net/gst-plugin-rusoto/src/s3url.rs
+++ b/net/rusoto/src/s3url.rs
diff --git a/net/gst-plugin-rusoto/src/s3utils.rs b/net/rusoto/src/s3utils.rs
index 706207307..706207307 100644
--- a/net/gst-plugin-rusoto/src/s3utils.rs
+++ b/net/rusoto/src/s3utils.rs