diff options
author | Seungha Yang <seungha.yang@navercorp.com> | 2019-01-30 20:07:29 +0900 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2019-07-08 08:31:47 +0000 |
commit | 5c3879ace6b45cbf75e0289e7bea0ab152222007 (patch) | |
tree | 18221002a8e39762fe158ca9b85c9eb047f142b5 /sys/meson.build | |
parent | 329b2d3a6ad73af1fa4a4ab9f2d80d20182b5d38 (diff) | |
download | gstreamer-plugins-bad-5c3879ace6b45cbf75e0289e7bea0ab152222007.tar.gz |
d3d11videosink: Add new Direct3D11 video render plugin
Direct3D11 was shipped as part of Windows7 and it's obviously
primary graphics API on Windows.
This plugin includes HDR10 rendering if following requirements are satisfied
* IDXGISwapChain4::SetHDRMetaData is available (decleared in dxgi1_5.h)
* Display can support DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020 color space
* Upstream provides 10 bitdepth format with smpte-st 2084 static metadata
Diffstat (limited to 'sys/meson.build')
-rw-r--r-- | sys/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/meson.build b/sys/meson.build index a42e872fd..0b69ad069 100644 --- a/sys/meson.build +++ b/sys/meson.build @@ -1,6 +1,7 @@ subdir('androidmedia') subdir('applemedia') subdir('bluez') +subdir('d3d11') subdir('d3dvideosink') subdir('decklink') subdir('directsound') |