gstreamer/tests
Mathieu Duponchelle c50f4477ec video-converter: switch to using a task pool ..
.. and make use of that API in videoaggregator.

When setting certain properties, such as cropping or the scaled
size of pads, a new converter is created by videoaggregator.

Before that patch, this implied spawning new threads, potentially
at each aggregate cycle when interpolating pad properties. This
is obviously wasteful, and re-using a task pool removes that
overhead.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/896>
2020-11-12 17:38:34 +00:00
..
check video-converter: switch to using a task pool .. 2020-11-12 17:38:34 +00:00
examples examples: Add a compositor mosaic example. 2020-11-05 07:14:20 +00:00
files Remove autotools build system 2019-10-13 14:15:43 +01:00
icles tests: playback: include stdlib.h unconditionally 2019-12-09 07:33:55 +00:00
validate videoaggregator: Guarantee that the output format is supported 2020-11-03 00:10:31 +00:00
meson.build meson: Use the tests option for validate 2020-06-11 14:01:01 +05:30