Skip to content

WIP: aggregator: Avoid triggering allocation query on identical caps

Edward Hervey requested to merge bilboed/gstreamer:aggregator-allocation into master

If the configured output caps end up being identical to the previous ones, don't send out the caps event, and don't trigger the allocation query.

This avoids potentially long hangs with video aggregator if queues are present downstream.

Fixes gst-plugins-base#802

Edited by Edward Hervey

Merge request reports

Loading