wpe: Add a source element acting as a Web Browser based on WebKit WPE
authorPhilippe Normand <philn@igalia.com>
Wed, 5 Dec 2018 13:10:11 +0000 (13:10 +0000)
committerPhilippe Normand <philn@igalia.com>
Thu, 6 Dec 2018 12:38:52 +0000 (12:38 +0000)
commit5b8935bc77ca8af805336d0e3a5321ca983b8c5d
tree5c1e698f3716b4458cf5fbb935a884c2ef9ff317
parentb02573689911bd50d62873037d866ced6bef7f27
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.
ext/meson.build
ext/wpe/WPEThreadedView.cpp [new file with mode: 0644]
ext/wpe/WPEThreadedView.h [new file with mode: 0644]
ext/wpe/gstwpesrc.cpp [new file with mode: 0644]
ext/wpe/gstwpesrc.h [new file with mode: 0644]
ext/wpe/meson.build [new file with mode: 0644]
meson_options.txt