Skip to content

h265decoder: Reorganize debug printing

Seungha Yang requested to merge seungha.yang/gstreamer:h265dec-debug-level into main
    h265decoder: Update SpsMaxLatencyPictures properly

    The SpsMaxLatencyPictures value never gets back to zero even if
    it's needed. Update the value properly.
    h265decoder: Reorganize debug printing

    As of the MR
    https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2575
    gst_h265_decoder_process_sps() is called per slice and it causes
    noisy debug message print.
    Reorganize related and the other debug printings at once.

cc @ndufresne @vjaquez @He_Junyan

Merge request reports