summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-04-21 20:56:03 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-09-20 15:11:02 +0000
commit116a10d531d4d9bd523b943a427ebec21ab1784c (patch)
treeb2db045d2d4abd67ff1518a050b65c1bf6a15364 /docs
parent0538929847a9c7dd527e41c42ad874e3acf8ab56 (diff)
downloadgstreamer-plugins-bad-116a10d531d4d9bd523b943a427ebec21ab1784c.tar.gz
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json14
1 files changed, 14 insertions, 0 deletions
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,