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:
authorSanchayan Maity <sanchayan@asymptotic.io>2021-09-16 15:30:35 +0300
committerSanchayan Maity <sanchayan@asymptotic.io>2021-11-22 14:34:07 +0300
commit2c2cd8c2becfc898ca150ac79eb478aaca284caa (patch)
tree1c4bb08f0a17dd1d6da0ff4c272e55d368a43941 /Cargo.toml
parent86f422592b160f9aff2eb58c5ab05a0612c152e5 (diff)
Implement rounded corners
This plugin takes I420/YUV and appends an alpha plane to give YUVA/A420 to round the corners analogous to the border-radius in CSS. Other video formats like NV12 not supported yet. Support for other planar formats will follow. Not all ways of specifying border-radius as in CSS are implemented at the moment. Currently, we only support specifying it in pixels and it gets applied uniformly to all corners.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02b166107..e20655541 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ members = [
"utils/togglerecord",
"video/cdg",
"video/closedcaption",
+ "video/videofx",
"video/dav1d",
"video/ffv1",
"video/flavors",