gst-plugins-rs/video/closedcaption
Mathieu Duponchelle 805e0f66af ceax08overlay: fix field lookup for s334-1a
As stated in the spec:

> Bit b7 of the LINE value is the field number (0 for field 2;
> 1 for field 1). Bits b6 and b5 are 0. Bits b4-b0 form a 5-bit unsigned
> integer which represents the offset [..]

Here, b7 is the most significant bit, this is what both cccombiner
and ccconverter agree on.

The overlay elements previously looked at the least significant bit,
which led to garbled text when both fields were actually present
in the CC meta.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2075>
2025-02-14 00:04:26 +00:00
..
src ceax08overlay: fix field lookup for s334-1a 2025-02-14 00:04:26 +00:00
tests cea608tott: Fix expected test output with cea608-types 0.1.4 2024-12-23 18:42:44 +02:00
build.rs closedcaption: remove libcaption code entirely 2024-04-05 19:29:24 +11:00
Cargo.toml deps: update cea708-types to 0.3.5 2024-12-11 23:05:16 +11:00
LICENSE-MPL-2.0 git: replace LICENSE file symlinks with copies 2023-04-04 14:26:37 +01:00