gst-plugins-rs/video/videofx/src
Zhao, Gang 68ab01254d videocompare: Fix warning
Fixed following warning:

warning: unreachable pattern
  --> video/videofx/src/videocompare/hashed_image.rs:76:13
   |
76 |             _ => unreachable!(),
   |             ^
   |
   = note: `#[warn(unreachable_patterns)]` on by default
2022-10-23 00:02:07 +08:00
..
border Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
colordetect Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
videocompare videocompare: Fix warning 2022-10-23 00:02:07 +08:00
lib.rs Add video comparison element 2022-10-18 13:24:05 +00:00