summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-06 18:22:43 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-06-06 18:45:09 +0100
commit4ff14c0e746eb26874a696b3b71543387fbefa3b (patch)
tree2ef2a912de770e1ee6b0de734bdd04c7e1e3c1e7 /meson_options.txt
parentc2555c6a895ea780e6a454753c34b192d95ba3d0 (diff)
downloadgstreamer-plugins-bad-4ff14c0e746eb26874a696b3b71543387fbefa3b.tar.gz
Remove VDPAU plugin
It's been replaced by NVENC/NVDEC and even NVIDIA doesn't support VDPAU any longer and hasn't for quite some time. The plugin has been unmaintained and unsupported for a very long time, and given the track record over the last 10 years it seems highly unlikely anyone is going to make it work well, not to mention adding plumbing for proper zero-copy or gst-gl integration. Closes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/828
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0c30c253d..5531d70e7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -144,7 +144,6 @@ option('teletext', type : 'feature', value : 'auto', description : 'Teletext plu
option('tinyalsa', type : 'feature', value : 'auto', description : 'TinyALSA plugin')
option('ttml', type : 'feature', value : 'auto', description : 'TTML subtitle parser and renderer plugin')
option('uvch264', type : 'feature', value : 'auto', description : 'UVC compliant H.264 camera source plugin')
-option('vdpau', type : 'feature', value : 'auto', description : 'Nvidia VDPAU plugin')
option('voaacenc', type : 'feature', value : 'auto', description : 'AAC audio encoder plugin')
option('voamrwbenc', type : 'feature', value : 'auto', description : 'AMR-WB audio encoder plugin')
option('vulkan', type : 'feature', value : 'auto', description : 'Vulkan video sink plugin')