gst-plugins-rs/video/videofx
Philippe Normand c6238a6a9f roundedcorners: Ensure alpha_mem is mutable when updating radius
The `get_mut()` function can return None when the memory is not writable, so
instead, make sure the memory is writable by using `make_mut()`.

Fixes #214
2022-06-30 17:10:13 +00:00
..
src roundedcorners: Ensure alpha_mem is mutable when updating radius 2022-06-30 17:10:13 +00:00
tests videofx: Add colordetect video filter 2022-04-16 17:40:34 +01:00
build.rs Implement rounded corners 2021-11-22 17:04:07 +05:30
Cargo.toml colordetect: Update to color-thief release 2022-06-07 10:01:01 +03:00
LICENSE-MPL-2.0 Implement rounded corners 2021-11-22 17:04:07 +05:30