gstreamer/subprojects/gst-plugins-bad/tests/check
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
..
elements exiftag: handle GST_TAG_CAPTURING_LIGHT_SOURCE tag 2024-11-10 12:57:36 +00:00
generic Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
libs vkencoder-private: enhance algorithm to get the slot index 2024-12-04 02:17:44 +00:00
media Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
pipelines gst-plugins-bad: re-indent with GNU indent 2.2.12 2023-03-17 03:18:54 +00:00
gst-plugins-bad.supp ci: add suppressions for OpenSSL false positives 2024-10-25 13:55:20 +00:00
meson.build meson: Don't unconditionally invoke the libsoup subproject 2024-11-27 12:12:36 +00:00