summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2019-11-05 01:40:04 +1100
committerJan Schmidt <thaytan@noraisin.net>2019-11-13 10:15:31 +0000
commite367258eef359b946c72a4b563e872ecaf0386b1 (patch)
tree24ba9d2a3111c138e8df8ff59f5e75388e4b6a79 /meson_options.txt
parentbfe2447a3b964a834ddd45852962b1a1cf0a1222 (diff)
downloadgstreamer-plugins-bad-e367258eef359b946c72a4b563e872ecaf0386b1.tar.gz
switchbin: Initial checkin
Add code from Stream Unlimited implementing a bin which switches between different internal decoding/processing chains based on input caps
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 7e9e543c5..b64c1ce78 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -57,6 +57,7 @@ option('siren', type : 'feature', value : 'auto')
option('smooth', type : 'feature', value : 'auto')
option('speed', type : 'feature', value : 'auto')
option('subenc', type : 'feature', value : 'auto')
+option('switchbin', type : 'feature', value : 'auto')
option('timecode', type : 'feature', value : 'auto')
option('videofilters', type : 'feature', value : 'auto')
option('videoframe_audiolevel', type : 'feature', value : 'auto')