nvcodec: nvdecoder: Move to refcount based GstNvDecoderFrame
authorSeungha Yang <seungha@centricular.com>
Fri, 30 Oct 2020 12:20:57 +0000 (21:20 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 10 Nov 2020 14:39:40 +0000 (14:39 +0000)
commit71564f471d2e40226f4a1c3885892a5d70e170c7
treea41913435f815686bf1b00b4fea54eb1a18918c5
parent2a04fe54039c4e603d15669c264880c5f270afe2
nvcodec: nvdecoder: Move to refcount based GstNvDecoderFrame

This refcount based way would be helpful for sharing nvdec frame among
multiple codec pictures and later zero-copy use case.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1738>
sys/nvcodec/gstnvdecoder.c
sys/nvcodec/gstnvdecoder.h
sys/nvcodec/gstnvh264dec.c
sys/nvcodec/gstnvh265dec.c
sys/nvcodec/gstnvvp8dec.c