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/text/wrap
diff options
context:
space:
mode:
authorRuben Gonzalez <rgonzalez@fluendo.com>2021-07-20 22:49:24 +0300
committerRuben Gonzalez <rgonzalez@fluendo.com>2021-07-20 22:49:24 +0300
commit54d8c5f6a91bc2c428d577727d26a823cb126fb8 (patch)
treec531726cffcfc14da689fcaed07c505e60e61311 /text/wrap
parent5397f4bfaff7dc3482c81b0e2de18a5315be0eb4 (diff)
Delete minimum GStremer required version for some plugins
Tested building the pluging with cargo-c and running gst-inspect-1.0 in a Ubuntu Xenial 18.04 LTS. It contains GStreamer 1.8.3.
Diffstat (limited to 'text/wrap')
-rw-r--r--text/wrap/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index 470046a3..ef3e0bbb 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -14,7 +14,6 @@ hyphenation = "0.8"
[dependencies.gst]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
-features = ["v1_12"]
package="gstreamer"
[lib]