gst-plugins-rs/text/wrap/src/gsttextwrap
Mathieu Duponchelle cbf1266a8c textwrap: expose accumulate-time property
In its standard mode, textwrap simply splits up text in chained
buffers into multiple lines / buffers, not keeping any state.

When accumulate-time is specified, multiple input buffers will be
wrapped together, outputting one-line buffers of text once a
sufficient width (specified by the columns property) is reached,
or the interval between two input buffers is greater than
accumulate-time.

This is useful to format the output of an element such as
awstranscribe, which outputs its transcription with one buffer
per word.
2021-01-20 02:29:19 +01:00
..
imp.rs textwrap: expose accumulate-time property 2021-01-20 02:29:19 +01:00
mod.rs Update everything for glib macro renamings 2020-12-18 00:44:49 +02:00