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/text
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-04-07 12:41:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-04-07 12:41:54 +0300
commit803e452889e7de90bac1d42ca0e0eac6b5e99c53 (patch)
treeae4ecf750bea81c57d425ecf344fd8b079d3d5e3 /text
parent0a3e9c81f9c9eeb3e0ffa9828a423519d2bfea0c (diff)
Update minimum supported GStreamer version to 1.14
Diffstat (limited to 'text')
-rw-r--r--text/ahead/Cargo.toml3
-rw-r--r--text/json/Cargo.toml3
-rw-r--r--text/regex/Cargo.toml4
-rw-r--r--text/wrap/Cargo.toml3
4 files changed, 4 insertions, 9 deletions
diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml
index b7252d358..f1e60349e 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -21,8 +21,7 @@ path = "src/lib.rs"
gst-plugin-version-helper = { path="../../version-helper" }
[features]
-# GStreamer 1.14 is required for static linking
-static = ["gst/v1_14"]
+static = []
capi = []
[package.metadata.capi]
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 98350ae85..9c261e713 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -31,8 +31,7 @@ package="gstreamer-check"
[features]
default = ["gst/ser_de"]
-# GStreamer 1.14 is required for static linking
-static = ["default", "gst/v1_14"]
+static = ["default"]
capi = []
[package.metadata.capi]
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index 8ace338eb..1945be6df 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -14,7 +14,6 @@ regex = "1.5"
[dependencies.gst]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
-features = ["v1_14"]
package="gstreamer"
[lib]
@@ -30,8 +29,7 @@ git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
package="gstreamer-check"
[features]
-# GStreamer 1.14 is required for static linking
-static = ["gst/v1_14"]
+static = []
capi = []
[package.metadata.capi]
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index 8e33d9410..38c5433b6 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -30,8 +30,7 @@ git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
package="gstreamer-check"
[features]
-# GStreamer 1.14 is required for static linking
-static = ["gst/v1_14"]
+static = []
capi = []
[package.metadata.capi]