[ Version ( since = "1.20" ) ]
public TaskPool get_execution_task_pool ()
The returned TaskPool is used internally for performing parallel video
format conversions/scaling/etc during the GstVideoAggregatorPadClass::prepare_frame_start() process.
Subclasses can add their own operation to perform using the returned TaskPool
during GstVideoAggregatorClass::aggregate_framess().
| this |
the Aggregator |
|
the TaskPool that can be used by subclasses for performing concurrent operations |