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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2023-05-09 17:24:15 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-05-10 22:12:01 +0300
commit773fcd07809fadc04e78137c9bc70764aa765e05 (patch)
treea94a16f8c6e04950d34911d50d9be4e89f219e44 /docs
parentcf21bfabf253f4d905fe381ad6e50b2c499c525c (diff)
transcriberbin: Add "language-code" property
Proxy the child transcriber element's property so that transcriberbin can apply the property with required state management Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1205>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index e55fa42c4..5702a28c1 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -4953,6 +4953,18 @@
"type": "GstCaps",
"writable": true
},
+ "language-code": {
+ "blurb": "The language of the input stream",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "en-US",
+ "mutable": "playing",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ },
"latency": {
"blurb": "Amount of milliseconds to allow the transcriber",
"conditionally-available": false,