Skip to content

videodecoder: Only post latency message if it changed

Edward Hervey requested to merge bilboed/gstreamer:videodec-latency into main

Posting latency messages causes a full and potentially expensive latency recalculation of the pipeline. While subclasses should check whether the latency really changed or not before calling this function, we ensure that we do not post such messages if it didn't change.

Merge request reports