You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In principle, you can use pl_vulkan_sem_create to export a semaphore which you can then import into foreign APIs (e.g. cuda/nvdec), and use it for non-blocking synchronization. But to my knowledge, there is no way to import semaphores in vaapi, so this path is not possible. In mpv, we use vaSyncSurface to synchronize the surface explicitly before passing it to libplacebo.
Should the exporter(e.g., vaExportSurfaceHandle) make sure the exported resource is synced?
The text was updated successfully, but these errors were encountered: