summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-06-11 19:35:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-06-11 21:52:49 +0100
commitc7095abd31a2828ef7832744bc2e221650c6502e (patch)
treedad37cada6cf2bb7ef6dee458536bca094a29fe3 /meson_options.txt
parent2e1bec7ff6b7be0023e77a6e41ce61dd8da82cb1 (diff)
downloadgstreamer-plugins-bad-c7095abd31a2828ef7832744bc2e221650c6502e.tar.gz
yadif: remove plugin, there's now deinterlace method=yadif
Plugin code was still the GPL version, and the functionality has now been moved into the deinterlace element in gst-plugins-good as method=yadif (and LGPL). See https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/444 and https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/621 Closes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/216 Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/463 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1336>
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 ccd79333d..c42799a90 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -65,7 +65,6 @@ option('videoparsers', type : 'feature', value : 'auto')
option('videosignal', type : 'feature', value : 'auto')
option('vmnc', type : 'feature', value : 'auto')
option('y4m', type : 'feature', value : 'auto')
-option('yadif', type : 'feature', value : 'auto')
# Feature options for libraries that need external deps
option('opencv', type : 'feature', value : 'auto', description : 'OpenCV computer vision library support')