From c98fe5b7f95212d277a1c99507e41f3145c564e8 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 18 May 2021 17:49:23 -0400 Subject: wpe: Update doc cache Part-of: --- docs/plugins/gst_plugins_cache.json | 90 +++++++++++++++++++++++++++++++++++-- 1 file changed, 86 insertions(+), 4 deletions(-) (limited to 'docs') 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 , Žan Doberšek ", - "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 , Žan Doberšek ", + "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": { -- cgit v1.2.1