From 116a10d531d4d9bd523b943a427ebec21ab1784c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Tue, 21 Apr 2020 20:56:03 +0200 Subject: openjpegenc: support for a multithreaded encoding. This commit introduces a multithreaded encoder allowing to encode mulitple stripes or subframes in separated threads. This feature aims to enhance the overall latency of a codec pipeline. Part-of: --- docs/plugins/gst_plugins_cache.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 5d4a1632e..521d78d0d 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -218031,6 +218031,20 @@ "type": "gint", "writable": true }, + "num-threads": { + "blurb": "Max number of simultaneous threads to encode stripe or frame, default: encode with streaming thread.", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "0", + "max": "2147483647", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true + }, "progression-order": { "blurb": "Progression order", "conditionally-available": false, -- cgit v1.2.1