gstreamer/subprojects/gst-plugins-bad/gst-libs/gst
Alexander Slobodeniuk 926d5366b9 d3d11device: protect device_lock vs device_new
It seems that when D3D11CreateDevice collides in time
with other D3D11 calls, in particular the proccess of
creating a shader, it can corrupt the memory in the driver.
D3D11 spec doesn't seem to require any thread safety from
D3D11CreateDevice. Following MSDN, it is supposed to be called
in the beginning of the proccess, while GStreamer calls it with each
new pipeline.
Such crashes in the driver were frequently reproducing on the
Intel UHD 630 machine.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6686>
2024-04-20 11:22:41 +00:00
..
adaptivedemux plugins: Fix wrong enum usage 2023-03-20 11:40:30 +00:00
analytics analyticsmeta: fix g-ir-scanner warnings 2024-04-10 00:46:42 +00:00
audio gir: Checkout all .gir files and check that they are updated on the CI 2023-04-22 09:32:32 -04:00
basecamerabinsrc meson: Add CameraBin and Va girs 2023-04-25 02:57:55 +00:00
codecparsers h264parser: maintain API changes 2024-04-07 15:25:23 +00:00
codecs h265decoder: Fix DPB size calculation 2024-02-14 15:05:59 +00:00
cuda cuda: Add support for VUYA format 2024-04-02 13:07:29 +00:00
d3d11 d3d11device: protect device_lock vs device_new 2024-04-20 11:22:41 +00:00
d3d12 d3d12device: Hold d3d11on12 device to be shared 2024-04-20 04:16:41 +09:00
d3dshader d3dshader: Add HLSL shader library 2024-03-24 22:05:49 +09:00
dxva dxvavp8decoder: Fix reference frame setting 2024-02-10 21:18:44 +09:00
insertbin insertbin/doc: add "Since" markers to pass CI 2023-11-17 01:09:49 +01:00
interfaces meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00:00
isoff gst-plugins-bad: define G_LOG_DOMAIN for all libraries 2021-10-19 00:12:25 +00:00
mpegts mpegst: Fix ownership of return value 2024-02-20 11:33:33 +02:00
mse mse: Add logging init for mediasource sample map 2024-02-21 18:11:25 +00:00
opencv build: opencv: disable opencv deps if it's not installed 2023-10-26 20:43:14 +00:00
play gstplay: query duration again if previous query failed 2024-04-19 20:49:03 +00:00
player player: Without dispatcher emit signals directly instead of via the default main context 2023-11-15 17:16:36 +00:00
sctp meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00:00
transcoder gir: Checkout all .gir files and check that they are updated on the CI 2023-04-22 09:32:32 -04:00
uridownloader meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00:00
va va: fix g-i annotation 2024-02-06 16:37:12 +00:00
vulkan vkbufferpool: correct usage flags type 2024-04-03 09:36:44 +00:00
wayland waylandsink: Move buffer commits to the display thread 2024-02-27 17:20:42 +00:00
webrtc nice: resolve result should go to nice helper thread 2024-02-06 09:12:13 +00:00
winrt gst-plugins-bad: define G_LOG_DOMAIN for all libraries 2021-10-19 00:12:25 +00:00
glib-compat-private.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build d3d12: Move core part to gst-libs 2024-04-01 10:37:50 +00:00