summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSeungha Yang <seungha.yang@navercorp.com>2019-01-30 20:07:29 +0900
committerSebastian Dröge <slomo@coaxion.net>2019-07-08 08:31:47 +0000
commit5c3879ace6b45cbf75e0289e7bea0ab152222007 (patch)
tree18221002a8e39762fe158ca9b85c9eb047f142b5 /meson_options.txt
parent329b2d3a6ad73af1fa4a4ab9f2d80d20182b5d38 (diff)
downloadgstreamer-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 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2a6dca306..d6db86f3a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -87,6 +87,7 @@ option('colormanagement', type : 'feature', value : 'auto', description : 'Color
option('curl', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin')
option('curl-ssh2', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin libssh2 support')
option('d3dvideosink', type : 'feature', value : 'auto', description : 'Direct3D video sink plugin')
+option('d3d11', type : 'feature', value : 'auto', description : 'Direct3D11 plugin')
option('dash', type : 'feature', value : 'auto', description : 'DASH demuxer plugin')
option('dc1394', type : 'feature', value : 'auto', description : 'libdc1394 IIDC camera source plugin')
option('decklink', type : 'feature', value : 'auto', description : 'DeckLink audio/video source/sink plugin')