gst-plugins-rs/video/closedcaption/src
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
..
c closedcaption/caption.c: fix deletion 2021-04-15 14:35:22 +00:00
ccdetect Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
cea608overlay Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
cea608tojson Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
cea608tott Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
jsontovtt jsontovtt: Print object information to debug message 2022-10-10 22:28:30 +09:00
mcc_enc Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
mcc_parse Fix direct access to the inner specific formatted values 2022-10-10 19:28:13 +02:00
scc_enc Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
scc_parse Fix direct access to the inner specific formatted values 2022-10-10 19:28:13 +02:00
transcriberbin Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
tttocea608 Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
tttojson Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
caption_frame.rs Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
ccutils.rs Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
ffi.rs libcaption: implement eia608_to_text 2021-01-19 16:40:00 +01:00
lib.rs Use GFV::none_for_format where applicable 2022-10-08 18:29:10 +02:00
line_reader.rs Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
parser_utils.rs Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
ttutils.rs Fix/silence a couple new clippy warnings 2022-06-30 16:07:32 +03:00