From 773fcd07809fadc04e78137c9bc70764aa765e05 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 9 May 2023 23:24:15 +0900 Subject: 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: --- docs/plugins/gst_plugins_cache.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') 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, -- cgit v1.2.3