Skip to content

aggregator: Reset latency values in start()

Some base classes like videoaggregator try retrieving the latency during construction, which causes the latency values to be set already until reconfiguration happens.

By resetting them the same way as in stop() we ensure that we always start cleanly.

Merge request reports