Skip to content

nvdecoder: Reduce DPB size

Seungha Yang requested to merge seungha.yang/gstreamer:nvdec-reduce-mem into main
    nvdecoder: Add max-display-delay property

    The same as in old nvdec implementation so that user can control
    the number of delayed output frames.
    nvdecoder: Reduce DPB size

    Decoder will copy decoded picture to downstream buffer or output CUDA
    memory even in case of zero-copy mode. Additional margin should be unnecessary
    unless baseclass passed wrong max DPB size.
Edited by Seungha Yang

Merge request reports