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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/audio
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 /audio
parent0a3e9c81f9c9eeb3e0ffa9828a423519d2bfea0c (diff)
Update minimum supported GStreamer version to 1.14
Diffstat (limited to 'audio')
-rw-r--r--audio/claxon/Cargo.toml3
-rw-r--r--audio/csound/Cargo.toml3
-rw-r--r--audio/lewton/Cargo.toml3
-rw-r--r--audio/spotify/Cargo.toml3
4 files changed, 4 insertions, 8 deletions
diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml
index 829d3536..9748cceb 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -28,8 +28,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/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index 6644797c..10c9d8fe 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -32,8 +32,7 @@ path = "examples/effect_example.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/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index 3df098d4..6c988fd5 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -28,8 +28,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/audio/spotify/Cargo.toml b/audio/spotify/Cargo.toml
index 73f697f1..5577696d 100644
--- a/audio/spotify/Cargo.toml
+++ b/audio/spotify/Cargo.toml
@@ -26,8 +26,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]