gstreamer/subprojects/gst-plugins-bad/sys/d3d11
Wonchul Lee ae7a365274 d3d11: Fix deadlock while doing unprepare
ShowWindow() could be blocked while doing gst_d3d11_window_win32_unprepare
when external window handle provided to d3d11videosink in multi-threaded
environment.
The condition that issue happened is, UI thread is waiting for a
background thread that changes d3d11videosink state to NULL, and the
background thread would try to send a window message to the queue.
The queue is already occupied by the UI thread, so the background
thread will be blocked.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1366>
2021-11-19 13:42:53 +09:00
..
gstd3d11av1dec.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11av1dec.h
gstd3d11basefilter.cpp
gstd3d11basefilter.h
gstd3d11compositor.cpp
gstd3d11compositor.h
gstd3d11compositorbin.cpp
gstd3d11compositorbin.h
gstd3d11convert.cpp d3d11: d3d11{convert,scale}: Add add-borders property 2021-10-17 12:36:28 +00:00
gstd3d11convert.h
gstd3d11converter.cpp
gstd3d11converter.h
gstd3d11decoder.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11decoder.h d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11deinterlace.cpp
gstd3d11deinterlace.h
gstd3d11download.cpp
gstd3d11download.h
gstd3d11h264dec.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11h264dec.h
gstd3d11h265dec.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11h265dec.h
gstd3d11mpeg2dec.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11mpeg2dec.h
gstd3d11overlaycompositor.cpp
gstd3d11overlaycompositor.h
gstd3d11pluginutils.cpp
gstd3d11pluginutils.h
gstd3d11screencapture.cpp d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
gstd3d11screencapture.h d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
gstd3d11screencapturedevice.cpp d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
gstd3d11screencapturedevice.h d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
gstd3d11screencapturesrc.cpp d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
gstd3d11screencapturesrc.h d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
gstd3d11shader.cpp
gstd3d11shader.h
gstd3d11upload.cpp
gstd3d11upload.h
gstd3d11videoprocessor.cpp
gstd3d11videoprocessor.h
gstd3d11videosink.cpp d3d11videosink: Add support for crop meta 2021-09-27 16:29:09 +00:00
gstd3d11videosink.h
gstd3d11vp8dec.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11vp8dec.h
gstd3d11vp9dec.cpp d3d11: d3d11decoder: Use DXGI adapter LUID 2021-10-10 03:23:58 +09:00
gstd3d11vp9dec.h
gstd3d11window.cpp d3d11: d3d11device: Remove "allow-tearing" property 2021-10-10 01:01:44 +09:00
gstd3d11window.h
gstd3d11window_corewindow.cpp
gstd3d11window_corewindow.h
gstd3d11window_dummy.cpp
gstd3d11window_dummy.h
gstd3d11window_swapchainpanel.cpp
gstd3d11window_swapchainpanel.h
gstd3d11window_win32.cpp d3d11: Fix deadlock while doing unprepare 2021-11-19 13:42:53 +09:00
gstd3d11window_win32.h
meson.build d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00
plugin.cpp d3d11: Rename screen capture element 2021-10-14 15:15:56 +00:00