Vaapih264dec had property low-latency earlier while vah264dec does have this property

Hi,
With recent push for vah264dec as replacement for vaapih264dec I was able to decode h264 streams.
However, I was particularly interested in the “low-latency” property of vaapih264enc element. Is there any similar property we have for vah264dec?
Gstreamer version : 1.24.5

Thanks in advance!

I guess that this property is not needed anymore in vah264dec which may be optimized well in GPU.

In the newer plugins, we do early bumping automatically when the stream allows it, and when the pipeline is live. With the old property, you could randomly break the decoding, as it was ignoring the spec.

2 Likes

Thank you for the explaination