Skip to content

codecs: h264dec: Calculate the latency by its bump mode.

He Junyan requested to merge He_Junyan/gst-plugins-bad:h264_dec_latency_1 into master

The current latency calculation just uses the num_reorder_frames, which is not very precise. We should consider the bump mode of the DPB, the faster it bumps, the lower latency we will have.

Merge request reports