summaryrefslogtreecommitdiff
path: root/docs/plugins/gst_plugins_cache.json
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2020-08-12 15:59:01 +1000
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-08-15 02:55:30 +0000
commit2d31aba78d4783eddfb3a15e517aab92e4e9711c (patch)
tree48ef7d0d94945dbbb1cdcea52198cde4273f3589 /docs/plugins/gst_plugins_cache.json
parentbc95b5d99a844f590e04077a342f26ea877e2aad (diff)
vulkan: docs annotation updates
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1506>
Diffstat (limited to 'docs/plugins/gst_plugins_cache.json')
-rw-r--r--docs/plugins/gst_plugins_cache.json138
1 files changed, 0 insertions, 138 deletions
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",