Skip to content

codecs: h264dec: Improve the low latency for live mode

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

We improve the low latency by:

  1. Add another bump check after inserting current picture in to dpb to avoid latency of another decoder circle.
  2. Ensure the max_num_reorder_frames to be 0 for base profile without picture ordering, that can hit the fast bump path.

This patch depends on !2432 (merged)

Merge request reports