mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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>
This commit is contained in:
parent
723bdd2514
commit
852ba82e36
2 changed files with 0 additions and 137 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue