Skip to content

h265decoder: Fix for unhandled low-delay decoding case

Seungha Yang requested to merge seungha.yang/gstreamer:h265dec-liveness into main

Baseclass calls get_preferred_output_delay() in a chain of sequence header parsing and new_sequence() call. Thus latency query should happen before the codec data handling. This commit is to fix wrong liveness signalling in case of upstream packetized format.

The same change as !2363 (merged) but separate MRs because we don't need to backport this

Edited by Seungha Yang

Merge request reports