summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2022-08-13 05:24:03 +0900
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-08-13 18:40:02 +0000
commit852ba82e366813e73eb0b14bdce3fb604b135adf (patch)
tree1cd82153d115788541be87ce3bb7ebd20e8d8ada
parent723bdd2514f589d59271766397262a573d94eecf (diff)
docs: Remove dxgiscreencapsrc from documentation
The implementation was dropped in https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1750 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2878>
-rw-r--r--subprojects/gst-docs/symbols/symbol_index.json18
-rw-r--r--subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json119
2 files changed, 0 insertions, 137 deletions
diff --git a/subprojects/gst-docs/symbols/symbol_index.json b/subprojects/gst-docs/symbols/symbol_index.json
index 7fc03bf0bb..c9b4fdb6e9 100644
--- a/subprojects/gst-docs/symbols/symbol_index.json
+++ b/subprojects/gst-docs/symbols/symbol_index.json
@@ -8547,15 +8547,6 @@
"GstDX9ScreenCapSrc:width",
"GstDX9ScreenCapSrc:x",
"GstDX9ScreenCapSrc:y",
- "GstDXGIScreenCapSrc",
- "GstDXGIScreenCapSrc!src",
- "GstDXGIScreenCapSrc:cursor",
- "GstDXGIScreenCapSrc:device-name",
- "GstDXGIScreenCapSrc:height",
- "GstDXGIScreenCapSrc:monitor",
- "GstDXGIScreenCapSrc:width",
- "GstDXGIScreenCapSrc:x",
- "GstDXGIScreenCapSrc:y",
"GstDashDemux",
"GstDashDemux!audio_%02u",
"GstDashDemux!sink",
@@ -33581,14 +33572,6 @@
"dx9screencapsrc:width",
"dx9screencapsrc:x",
"dx9screencapsrc:y",
- "dxgiscreencapsrc",
- "dxgiscreencapsrc:cursor",
- "dxgiscreencapsrc:device-name",
- "dxgiscreencapsrc:height",
- "dxgiscreencapsrc:monitor",
- "dxgiscreencapsrc:width",
- "dxgiscreencapsrc:x",
- "dxgiscreencapsrc:y",
"dynudpsink",
"dynudpsink::get-stats",
"dynudpsink:bind-address",
@@ -34416,7 +34399,6 @@
"element-dvdsubdec",
"element-dvdsubparse",
"element-dx9screencapsrc",
- "element-dxgiscreencapsrc",
"element-dynudpsink",
"element-edgedetect",
"element-edgetv",
diff --git a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json
index 1e06813a33..d10018b913 100644
--- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json
+++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json
@@ -232063,125 +232063,6 @@
},
"rank": "none"
},
- "dxgiscreencapsrc": {
- "author": "OKADA Jun-ichi <okada@abt.jp>",
- "description": "Captures screen",
- "hierarchy": [
- "GstDXGIScreenCapSrc",
- "GstPushSrc",
- "GstBaseSrc",
- "GstElement",
- "GstObject",
- "GInitiallyUnowned",
- "GObject"
- ],
- "klass": "Source/Video",
- "long-name": "DirectX DXGI screen capture source",
- "pad-templates": {
- "src": {
- "caps": "video/x-raw:\n format: BGRA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
- "direction": "src",
- "presence": "always"
- }
- },
- "properties": {
- "cursor": {
- "blurb": "Whether to show mouse cursor (default off)",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "false",
- "mutable": "null",
- "readable": true,
- "type": "gboolean",
- "writable": true
- },
- "device-name": {
- "blurb": "Which monitor to use by device name (e.g. \"\\\\\\\\.\\\\DISPLAY1\")",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "NULL",
- "mutable": "null",
- "readable": true,
- "type": "gchararray",
- "writable": true
- },
- "height": {
- "blurb": "Height of screen capture area (0 = maximum)",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "0",
- "max": "2147483647",
- "min": "0",
- "mutable": "null",
- "readable": true,
- "type": "gint",
- "writable": true
- },
- "monitor": {
- "blurb": "Which monitor to use (-1 = primary monitor and default)",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "-1",
- "max": "2147483647",
- "min": "-1",
- "mutable": "null",
- "readable": true,
- "type": "gint",
- "writable": true
- },
- "width": {
- "blurb": "Width of screen capture area (0 = maximum)",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "0",
- "max": "2147483647",
- "min": "0",
- "mutable": "null",
- "readable": true,
- "type": "gint",
- "writable": true
- },
- "x": {
- "blurb": "Horizontal coordinate of top left corner for the screen capture area",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "0",
- "max": "2147483647",
- "min": "0",
- "mutable": "null",
- "readable": true,
- "type": "gint",
- "writable": true
- },
- "y": {
- "blurb": "Vertical coordinate of top left corner for the screen capture area",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "0",
- "max": "2147483647",
- "min": "0",
- "mutable": "null",
- "readable": true,
- "type": "gint",
- "writable": true
- }
- },
- "rank": "none"
- },
"gdiscreencapsrc": {
"author": "Haakon Sporsheim <hakon.sporsheim@tandberg.com>",
"description": "Captures screen",