Skip to content

cudaipcclient: Protect IPC handle import/close with global lock

Seungha Yang requested to merge seungha.yang/gstreamer:cuda-ipc-global-lock into main

Protect import/close with signle lock to avoid importing a IPC handle while it's being closed by another cudaipcsrc from other thread. Also fixing cuda context leak

Merge request reports