gst-plugins-rs/video/closedcaption/src/scc_parse
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
..
imp.rs Fix direct access to the inner specific formatted values 2022-10-10 19:28:13 +02:00
mod.rs Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
parser.rs Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00