Seungha Yang 46131f0cb0 d3d12ipcclient: Fix deadlock when copying texture
Fixing deadlock in below case
* GC lock is taken by background thread, and the background thread calls
  gst_d3d12_ipc_client_release_imported_data() which takes ipc lock
* ipc lock is already taken in ipc thread and trying to pushing GC data
  via gst_d3d12_command_queue_set_notify()
* gst_d3d12_command_queue_set_notify() is trying to take GC lock
  but it's already taken by background thread

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6749>
2024-04-28 12:49:07 +00:00
..
2024-04-07 21:50:17 +00:00
2024-04-04 19:39:09 +00:00
2024-04-27 00:19:30 +00:00
2024-04-26 09:45:49 +08:00
2024-03-05 12:58:57 +00:00
2024-03-05 12:58:57 +00:00
2024-03-05 12:58:57 +00:00
2023-12-13 11:51:53 +00:00
2024-03-23 13:08:15 +00:00
2024-03-05 12:58:57 +00:00
2023-12-13 11:51:53 +00:00
2024-03-23 13:08:15 +00:00
2024-03-23 13:08:15 +00:00