summaryrefslogtreecommitdiff
path: root/gst/compositor/compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/compositor/compositor.h')
-rw-r--r--gst/compositor/compositor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/compositor/compositor.h b/gst/compositor/compositor.h
index 2a6f38ba4..863bb126c 100644
--- a/gst/compositor/compositor.h
+++ b/gst/compositor/compositor.h
@@ -134,6 +134,9 @@ struct _GstCompositor
*/
gboolean zero_size_is_unscaled;
+ /* Max num of allowed for blending/rendering threads */
+ guint max_threads;
+
/* The 'blend' compositing function does not preserve the alpha value of the
* background, while 'overlay' does; i.e., COMPOSITOR_OPERATOR_ADD is the
* same as COMPOSITOR_OPERATOR_OVER when using the 'blend' BlendFunction. */