gst-plugins-rs/video
François Laignel bd14e476f1 Fix direct access to the inner specific formatted values
This is no longer available as this could lead to building a defined
value in Rust which could be interpreted as undefined in C due to
the sentinel `u64::MAX` for `None`.

Use the constants (e.g. `ONE`, `K`, `M`, ...) and operations to build
a value and deref (`*`) to get the quantity as an integer.
2022-10-10 19:28:13 +02:00
..
cdg Fix direct access to the inner specific formatted values 2022-10-10 19:28:13 +02:00
closedcaption Fix direct access to the inner specific formatted values 2022-10-10 19:28:13 +02:00
dav1d Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
ffv1 Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
flavors Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
gif Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
gtk4 Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
hsv Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
rav1e Revert "rav1e: Pin v_frame dependency to version 0.2.5 for now" 2022-10-10 15:45:51 +03:00
rspng Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
videofx Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
webp Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00