gst-plugins-rs/video/closedcaption/src
Mathieu Duponchelle 79657e5671 transcriberbin: fix inspect with missing elements
Relax the dependency on `awstranscriber` by still building the initial
state when it is absent, this also means an alternative transcriber can
be linked even when `awstranscriber` was not available during
construction.

Also fix property getter / setters to avoid unwrapping the pad state,
and bubble up channel bin construction errors instead of unwrapping (eg
when textwrap was not available).

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/584
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1679>
2024-07-29 08:38:36 +00:00
..
ccdetect Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
cea608overlay Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
cea608tocea708 Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
cea608tojson Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
cea608tott Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
cea708mux Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
cea708overlay Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
jsontovtt Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
mcc_enc Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
mcc_parse Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
scc_enc Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
scc_parse Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
transcriberbin transcriberbin: fix inspect with missing elements 2024-07-29 08:38:36 +00:00
tttocea608 Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
tttocea708 Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
tttojson Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
ccutils.rs closedcaption: implement cea708overlay element 2024-04-10 06:55:34 +00:00
cea608utils.rs cea608overlay: move Send impl lower in the stack 2024-04-10 06:55:34 +00:00
cea708utils.rs Fix new Rust 1.78 clippy warnings 2024-05-02 18:36:23 +03:00
lib.rs closedcaption: implement cea708overlay element 2024-04-10 06:55:34 +00:00
line_reader.rs Provide explicit type to Iterator::sum() calls to avoid ambiguity 2022-11-17 10:16:26 +02:00
parser_utils.rs closedcaption: Port from nom to winnow 2024-02-26 14:00:08 +02:00
ttutils.rs tttocea608: move functionality to a separate object 2024-03-28 13:46:28 +11:00