diff options
| author | Seungha Yang <seungha@centricular.com> | 2021-08-04 00:51:24 +0900 |
|---|---|---|
| committer | Seungha Yang <seungha@centricular.com> | 2021-08-20 18:43:26 +0900 |
| commit | 1ae8b61ec09c48a9f82b3173472903c13d513c74 (patch) | |
| tree | 6cd5179dab7a0cc7bf0c42e665be3bf720f8471e /docs/plugins | |
| parent | bf71ef17e31543d6e082a08018ac28b193794ade (diff) | |
| download | gstreamer-plugins-base-1ae8b61ec09c48a9f82b3173472903c13d513c74.tar.gz | |
compositor: Add "max-threads" property
Adding new property for user to be able to set expected the maximum
number of blend task threads. This can be useful in case that user
wants to restrict the number of parallel task runners for system
resource management or debugging/development purpose.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1242>
Diffstat (limited to 'docs/plugins')
| -rw-r--r-- | docs/plugins/gst_plugins_cache.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 73789d37f..2ce84963c 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -1875,6 +1875,20 @@ "type": "GstCompositorBackground", "writable": true }, + "max-threads": { + "blurb": "Maximum number of blending/rendering worker threads to spawn (0 = auto)", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "0", + "max": "2147483647", + "min": "0", + "mutable": "ready", + "readable": true, + "type": "guint", + "writable": true + }, "zero-size-is-unscaled": { "blurb": "If TRUE, then input video is unscaled in that dimension if width or height is 0 (for backwards compatibility)", "conditionally-available": false, |
