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:
authorFrançois Laignel <francois@centricular.com>2023-03-15 16:59:50 +0300
committerFrançois Laignel <francois@centricular.com>2023-03-16 14:37:31 +0300
commitd5d6a4daf9f1de814348eb4e878831fd6f5849ae (patch)
tree90d8ff9176b45cdca884a904aca779bcce17948f /docs
parent3b3f0c1a290bede3492dee767c3c7d25a0fb4005 (diff)
net/aws/transcriber: rename prop transcript-lookahead & TranslationSrcPad
... as translate-lookahead and TranslateSrcPad. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1137>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 982e0d02..990a8f01 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -643,19 +643,19 @@
"caps": "text/x-raw:\n format: utf8\n",
"direction": "src",
"presence": "always",
- "type": "GstTranslationSrcPad"
+ "type": "GstTranslateSrcPad"
},
"src_%%u": {
"caps": "text/x-raw:\n format: utf8\n",
"direction": "src",
"presence": "request",
- "type": "GstTranslationSrcPad"
+ "type": "GstTranslateSrcPad"
},
- "translation_src_%%u": {
+ "translate_src_%%u": {
"caps": "text/x-raw:\n format: utf8\n",
"direction": "src",
"presence": "request",
- "type": "GstTranslationSrcPad"
+ "type": "GstTranslateSrcPad"
}
},
"properties": {
@@ -773,13 +773,13 @@
"type": "guint",
"writable": true
},
- "transcript-lookahead": {
- "blurb": "Maximum duration in milliseconds of transcript to lookahead before sending to translation when no separator was encountered",
+ "translate-latency": {
+ "blurb": "Amount of milliseconds to allow AWS translate (ignored if the input and output languages are the same)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "5000",
+ "default": "500",
"max": "-1",
"min": "0",
"mutable": "ready",
@@ -787,13 +787,13 @@
"type": "guint",
"writable": true
},
- "translate-latency": {
- "blurb": "Amount of milliseconds to allow AWS translate (ignored if the input and output languages are the same)",
+ "translate-lookahead": {
+ "blurb": "Maximum duration in milliseconds of transcript to lookahead before sending to translation when no separator was encountered",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "500",
+ "default": "5000",
"max": "-1",
"min": "0",
"mutable": "ready",
@@ -919,9 +919,9 @@
}
]
},
- "GstTranslationSrcPad": {
+ "GstTranslateSrcPad": {
"hierarchy": [
- "GstTranslationSrcPad",
+ "GstTranslateSrcPad",
"GstPad",
"GstObject",
"GInitiallyUnowned",