gstreamer/subprojects/gst-plugins-bad/tests
Víctor Manuel Jáquez Leal 8fc2af44c8 vkencoder-private: enhance algorithm to get the slot index
The algorithm for generating the current slot index is a simple round robin,
nonetheless it's not assured that the next slot index it's not still used by a
still living encode picture.

This new way holds an array with the still living encode pictures and the next
slot index looks for a released index in the array.

Its downside is deallocating a picture need to be removed from the array, so the
helper has to be passed to the uninit() function

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8007>
2024-12-04 02:17:44 +00:00
..
check vkencoder-private: enhance algorithm to get the slot index 2024-12-04 02:17:44 +00:00
examples examples: va: Added VP8 encoder to dynamic reconfigure 2024-10-22 11:48:49 +00:00
files pitch: add interactive test 2024-05-02 10:24:30 +02:00
interactive pitch: add interactive test 2024-05-02 10:24:30 +02:00
validate ci: Fail tests if we forget to checkout expectation files 2024-08-21 17:53:38 +00:00
meson.build gstreamer-full: add full static support 2023-05-31 15:17:11 +00:00