Skip to content

h264decoder, h265decoder: Latency report related fixes

Seungha Yang requested to merge seungha.yang/gstreamer:dec-latency into main
    h264decoder: Enable low-latency bumping in case of pic_order_cnt_type 2

    In case of POC count type 2, output order is equal to decoding order
    (no frame reordering)

    Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2447
    h264decoder: Fix for latency report

    The minimum latency answered by an element should be the maximum
    latency from the element's perspective
    h264decoder: Ignore invalid max_num_reorder_frames in VUI

    It's not fatal and can be ignored
    h265decoder: Fix for latency report when src caps is not configured

    Depending on subclass, negotiation might not happen on new_sequence()

    Fixing regression introduced by the commit
    4a4823b9728fbb944e05d89e0fee681ab5b33e25
    h264decoder: Fix for latency report when src caps is not configured

    Depending on subclass, negotiation might not happen on new_sequence()

    Fixing regression introduced by the commit
    4a4823b9728fbb944e05d89e0fee681ab5b33e25
Edited by Seungha Yang

Merge request reports