gstreamer/subprojects/gst-plugins-bad/sys/webview2
Seungha Yang f7bdf91ad7 webview2: Add support for javascript injection
Allow javascript injection for various custom use cases.
For example, scrollbars and scrolling can be disabled via

gst-launch-1.0 webview2src location=https://gstreamer.freedesktop.org \
    javascript="document.querySelector('body').style.overflow='hidden'" ! ...

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6487>
2024-03-30 16:44:28 +00:00
..
gstwebview2object.cpp webview2: Add support for javascript injection 2024-03-30 16:44:28 +00:00
gstwebview2object.h webview2: Add support for javascript injection 2024-03-30 16:44:28 +00:00
gstwebview2src.cpp webview2: Add support for javascript injection 2024-03-30 16:44:28 +00:00
gstwebview2src.h webview2: Add Microsoft WebView2 based web browser source 2024-03-28 10:49:39 +00:00
meson.build webview2: Use IContainerVisual for offscreen rendering 2024-03-30 16:44:28 +00:00
plugin.cpp webview2: Add Microsoft WebView2 based web browser source 2024-03-28 10:49:39 +00:00