Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-12-11 19:24:40 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-12-12 10:31:57 +0300
commitd9de2d3d7b76320bc438bb40e504f586e05c4945 (patch)
tree429f128f28e726bb66fc72a14d4e6810df3f7f3a /docs
parentfb42cd8a0fd3cb885d9a178006135275635bfbc1 (diff)
textahead: add settings to display previous buffers
I'll use this in Karapulse to keep displaying the few previous lyrics rather than having them disappear right away. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1006>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index eadaf329..c8e51e37 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6268,6 +6268,32 @@
"type": "guint",
"writable": true
},
+ "n-previous": {
+ "blurb": "The number of previous text buffers to display before the current one",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "0",
+ "max": "-1",
+ "min": "0",
+ "mutable": "playing",
+ "readable": true,
+ "type": "guint",
+ "writable": true
+ },
+ "previous-attributes": {
+ "blurb": "Pango span attributes to set on the previous text",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "size=\"smaller\"",
+ "mutable": "playing",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ },
"separator": {
"blurb": "Text inserted between each text buffers",
"conditionally-available": false,