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/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/cdg/Cargo.toml1
-rw-r--r--video/closedcaption/Cargo.toml1
-rw-r--r--video/dav1d/Cargo.toml1
-rw-r--r--video/flavors/Cargo.toml1
-rw-r--r--video/gif/Cargo.toml1
-rw-r--r--video/hsv/Cargo.toml3
-rw-r--r--video/rav1e/Cargo.toml1
-rw-r--r--video/rspng/Cargo.toml1
-rw-r--r--video/webp/Cargo.toml1
9 files changed, 10 insertions, 1 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 0c7566bc4..887d8ec9c 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -31,6 +31,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 0f55b70b1..f57130805 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -57,6 +57,7 @@ cc = "1.0"
[features]
# We already use 1.16 which is new enough for static build
static = []
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index 2d51c5577..2af310761 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -25,6 +25,7 @@ gst-plugin-version-helper = { path = "../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml
index 5ad920615..342db5535 100644
--- a/video/flavors/Cargo.toml
+++ b/video/flavors/Cargo.toml
@@ -29,6 +29,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index f66ddec88..1daa86f48 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -32,6 +32,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml
index 14a1f6e00..892532d7f 100644
--- a/video/hsv/Cargo.toml
+++ b/video/hsv/Cargo.toml
@@ -31,6 +31,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
@@ -43,4 +44,4 @@ install_subdir = "gstreamer-1.0"
versioning = false
[package.metadata.capi.pkg_config]
-requires_private = "gstreamer-1.0, gstreamer-base-1.0, gstreamer-video-1.0, gstreamer-audio-1.0, gobject-2.0, glib-2.0, gmodule-2.0" \ No newline at end of file
+requires_private = "gstreamer-1.0, gstreamer-base-1.0, gstreamer-video-1.0, gstreamer-audio-1.0, gobject-2.0, glib-2.0, gmodule-2.0"
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index d3887e64c..f6cd71212 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -27,6 +27,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml
index 4859dd838..978cd7c56 100644
--- a/video/rspng/Cargo.toml
+++ b/video/rspng/Cargo.toml
@@ -29,6 +29,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml
index b1dff47a0..725735b83 100644
--- a/video/webp/Cargo.toml
+++ b/video/webp/Cargo.toml
@@ -37,6 +37,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"