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:
authorArun Raghavan <arun@asymptotic.io>2020-04-05 17:40:55 +0300
committerArun Raghavan <arun@arunraghavan.net>2020-04-05 22:10:47 +0300
commit9c0416b56dc4adb4568abae5105412922209ede5 (patch)
tree611c9598923cada2f8706d9e5b436ae9c32933df /Cargo.toml
parentdc3c8fd0494056ae5e5f87aa716b4c3866af6591 (diff)
Rename flv directory as flavors
Follows the same convention as all the other plugins.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 181fb5471..311cc579b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ members = [
"video/cdg",
"video/closedcaption",
"video/dav1d",
- "video/flv",
+ "video/flavors",
"video/gif",
"video/rav1e",
]