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
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-09-18 00:17:38 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2022-09-18 00:24:44 +0300
commitced6bcc24647ae07c647a75a166c2d48a9a4d7d7 (patch)
treed33edad822776af642f33dacab22faf071db7cb6 /Cargo.toml
parent6f7ac75cfc5c1f75dbada79a72f35910a8efb1f1 (diff)
cargo: Update default-members list
hlssink can be built by default because it has no dependencies. tutorial and rsfile should not be built by default because they are not very useful, and flavors should not be built by default because it's very incomplete.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69107737b..07d5b1a27 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,15 +43,14 @@ members = [
# Only plugins without external dependencies
default-members = [
- "tutorial",
"version-helper",
"audio/audiofx",
"audio/claxon",
"audio/lewton",
- "generic/file",
"generic/fmp4",
"generic/threadshare",
"net/aws",
+ "net/hlssink3",
"net/onvif",
"net/raptorq",
"net/reqwest",
@@ -67,7 +66,6 @@ default-members = [
"utils/uriplaylistbin",
"video/cdg",
"video/ffv1",
- "video/flavors",
"video/gif",
"video/hsv",
"video/rav1e",