Skip to content

nvh264dec,nvh265dec: Don't realloc bitstream buffer per slice

Seungha Yang requested to merge seungha.yang/gstreamer:nvdec-realloc into main

Allocated memory size has not been updated which results in realloc per slice. Fixing it and also release bitstream buffer on ::close(), not finalize.

Merge request reports