From 2d31aba78d4783eddfb3a15e517aab92e4e9711c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 12 Aug 2020 15:59:01 +1000 Subject: vulkan: docs annotation updates Part-of: --- docs/plugins/gst_plugins_cache.json | 138 ------------------------------------ 1 file changed, 138 deletions(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 44fe4d75e..4c555632c 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -222748,133 +222748,6 @@ "filename": "gstvulkan", "license": "LGPL", "other-types": { - "GstVulkanDevice": { - "hierarchy": [ - "GstVulkanDevice", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "kind": "object", - "properties": { - "instance": { - "blurb": "Associated Vulkan Instance", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "mutable": "null", - "readable": true, - "type": "GstVulkanInstance", - "writable": false - }, - "physical-device": { - "blurb": "Associated Vulkan Physical Device", - "conditionally-available": false, - "construct": false, - "construct-only": true, - "controllable": false, - "mutable": "null", - "readable": true, - "type": "GstVulkanPhysicalDevice", - "writable": true - } - } - }, - "GstVulkanInstance": { - "hierarchy": [ - "GstVulkanInstance", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "kind": "object", - "properties": { - "requested-api-major": { - "blurb": "Major version of the requested Vulkan API (0 = maximum supported)", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "0", - "max": "-1", - "min": "0", - "mutable": "null", - "readable": true, - "type": "guint", - "writable": true - }, - "requested-api-minor": { - "blurb": "Minor version of the requested Vulkan API", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "0", - "max": "-1", - "min": "0", - "mutable": "null", - "readable": true, - "type": "guint", - "writable": true - } - }, - "signals": { - "create-device": { - "args": [], - "return-type": "GstVulkanDevice", - "when": "last" - } - } - }, - "GstVulkanPhysicalDevice": { - "hierarchy": [ - "GstVulkanPhysicalDevice", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "kind": "object", - "properties": { - "device-index": { - "blurb": "Device Index", - "conditionally-available": false, - "construct": false, - "construct-only": true, - "controllable": false, - "default": "0", - "max": "-1", - "min": "0", - "mutable": "null", - "readable": true, - "type": "guint", - "writable": true - }, - "instance": { - "blurb": "Associated Vulkan Instance", - "conditionally-available": false, - "construct": false, - "construct-only": true, - "controllable": false, - "mutable": "null", - "readable": true, - "type": "GstVulkanInstance", - "writable": true - }, - "name": { - "blurb": "Device Name", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "", - "mutable": "null", - "readable": true, - "type": "gchararray", - "writable": false - } - } - }, "GstVulkanStereoDownmix": { "kind": "enum", "values": [ @@ -222894,17 +222767,6 @@ "value": "2" } ] - }, - "GstVulkanVideoFilter": { - "hierarchy": [ - "GstVulkanVideoFilter", - "GstBaseTransform", - "GstElement", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "kind": "object" } }, "package": "GStreamer Bad Plug-ins", -- cgit v1.2.1