va: Remove gst_va_decoder_destroy_buffers()
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 30 Nov 2020 14:01:01 +0000 (15:01 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 30 Nov 2020 15:53:25 +0000 (16:53 +0100)
commit14c28415b96a43923912038ee52995b6f62ab593
treee75e8890d6b7b67d50d21e477e9b62604425cfef
parentf5c7ada98ed5070f07c10fe0c13e17cf8b7ae922
va: Remove gst_va_decoder_destroy_buffers()

Since GstVaDecodePicture is destroyed completely with its free() function and
it's used as destroy notify by codecs picture, there's no need to call
gst_va_decoder_destroy_buffers() externally, since the codecs base classes
destroy the codec picture when it's required.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1841>
sys/va/gstvadecoder.c
sys/va/gstvadecoder.h
sys/va/gstvah264dec.c
sys/va/gstvah265dec.c
sys/va/gstvavp8dec.c
sys/va/gstvavp9dec.c