summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2018-12-05 13:10:11 +0000
committerPhilippe Normand <philn@igalia.com>2018-12-06 12:38:52 +0000
commit5b8935bc77ca8af805336d0e3a5321ca983b8c5d (patch)
tree5c1e698f3716b4458cf5fbb935a884c2ef9ff317 /meson_options.txt
parentb02573689911bd50d62873037d866ced6bef7f27 (diff)
downloadgstreamer-plugins-bad-5b8935bc77ca8af805336d0e3a5321ca983b8c5d.tar.gz
wpe: Add a source element acting as a Web Browser based on WebKit WPE
The wpe element is used to produce a video texture representing a web page rendered off-screen by WPE. This element can be used to overlay HTML on top of another video stream for instance.
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 fc8bc7c28..2997bb41f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -142,6 +142,7 @@ option('winks', type : 'feature', value : 'auto', description : 'Windows Kernel
option('winscreencap', type : 'feature', value : 'auto', description : 'Windows Screen Capture video source plugin')
option('x265', type : 'feature', value : 'auto', description : 'HEVC/H.265 video encoder plugin')
option('zbar', type : 'feature', value : 'auto', description : 'Barcode image scanner plugin')
+option('wpe', type : 'feature', value : 'auto', description : 'WPE Web browser plugin')
# HLS plugin options
option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streaming plugin')