Rename flv directory as flavors

Follows the same convention as all the other plugins.
This commit is contained in:
Arun Raghavan 2020-04-05 10:40:55 -04:00 committed by Arun Raghavan
parent dc3c8fd049
commit 9c0416b56d
6 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ members = [
"video/cdg", "video/cdg",
"video/closedcaption", "video/closedcaption",
"video/dav1d", "video/dav1d",
"video/flv", "video/flavors",
"video/gif", "video/gif",
"video/rav1e", "video/rav1e",
] ]

View file

@ -1,5 +1,5 @@
[package] [package]
name = "gst-plugin-flv" name = "gst-plugin-flavors"
version = "0.6.0" version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"] authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"