summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-05-18 17:49:23 -0400
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-05-19 13:41:16 +0000
commitc98fe5b7f95212d277a1c99507e41f3145c564e8 (patch)
treee8c233315044e2dfccb99e45dbe21210b13c216f /docs
parent9415106b029e5469ca28d882dc46ecc38786d4c9 (diff)
downloadgstreamer-plugins-bad-c98fe5b7f95212d277a1c99507e41f3145c564e8.tar.gz
wpe: Update doc cache
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2252>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json90
1 files changed, 86 insertions, 4 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 8059a5d55..505c6f36c 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -227331,20 +227331,102 @@
"elements": {
"wpesrc": {
"author": "Philippe Normand <philn@igalia.com>, Žan Doberšek <zdobersek@igalia.com>",
- "description": "Creates a video stream from a WPE browser",
+ "description": "Creates Audio/Video streams from a web page using WPE web engine",
"hierarchy": [
"GstWpeSrc",
- "GstGLBaseSrc",
- "GstPushSrc",
- "GstBaseSrc",
+ "GstBin",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"interfaces": [
+ "GstChildProxy",
"GstURIHandler"
],
+ "klass": "Source/Video/Audio",
+ "long-name": "WPE source",
+ "pad-templates": {
+ "audio_%%u": {
+ "caps": "audio/x-raw:\n format: F32LE\n rate: [ 1, 2147483647 ]\n channels: [ 1, 2147483647 ]\n layout: interleaved\naudio/x-raw:\n format: F64LE\n rate: [ 1, 2147483647 ]\n channels: [ 1, 2147483647 ]\n layout: interleaved\naudio/x-raw:\n format: S16LE\n rate: [ 1, 2147483647 ]\n channels: [ 1, 2147483647 ]\n layout: interleaved\n",
+ "direction": "src",
+ "presence": "sometimes"
+ },
+ "src": {
+ "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\nvideo/x-raw:\n format: BGRA\n",
+ "direction": "src",
+ "presence": "always"
+ },
+ "video": {
+ "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\nvideo/x-raw:\n format: BGRA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n",
+ "direction": "src",
+ "presence": "sometimes"
+ }
+ },
+ "properties": {
+ "draw-background": {
+ "blurb": "Whether to draw the WebView background",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "true",
+ "mutable": "null",
+ "readable": true,
+ "type": "gboolean",
+ "writable": true
+ },
+ "location": {
+ "blurb": "The URL to display",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "NULL",
+ "mutable": "null",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ }
+ },
+ "rank": "none",
+ "signals": {
+ "configure-web-view": {
+ "args": [
+ {
+ "name": "arg0",
+ "type": "GObject"
+ }
+ ],
+ "return-type": "void",
+ "when": "last"
+ },
+ "load-bytes": {
+ "action": true,
+ "args": [
+ {
+ "name": "arg0",
+ "type": "GBytes"
+ }
+ ],
+ "return-type": "void",
+ "when": "last"
+ }
+ }
+ },
+ "wpevideosrc": {
+ "author": "Philippe Normand <philn@igalia.com>, Žan Doberšek <zdobersek@igalia.com>",
+ "description": "Creates a video stream from a WPE browser",
+ "hierarchy": [
+ "GstWpeVideoSrc",
+ "GstGLBaseSrc",
+ "GstPushSrc",
+ "GstBaseSrc",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
"klass": "Source/Video",
"long-name": "WPE source",
"pad-templates": {