doc: New cropping parameters added to v4l2src

v4l2src add several new parameters to control cropping of
the captured video stream.  Update the doc cache to reflect
this.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1089>
This commit is contained in:
Damian Hobson-Garcia 2022-03-10 17:03:45 +09:00 committed by GStreamer Marge Bot
parent 1fc8347c1e
commit bd2a55dcb3

View file

@ -24443,6 +24443,73 @@
"type": "gint",
"writable": true
},
"crop-bottom": {
"blurb": "Pixels to crop at bottom of video capture input",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "0",
"max": "-1",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"crop-bounds": {
"blurb": "The bounding region for crop rectangles ('<x, y, width, height>').",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"mutable": "null",
"readable": true,
"type": "GstValueArray",
"writable": false
},
"crop-left": {
"blurb": "Pixels to crop at left of video capture input",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "0",
"max": "-1",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"crop-right": {
"blurb": "Pixels to crop at right of video capture input",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "0",
"max": "-1",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"crop-top": {
"blurb": "Pixels to crop at top of video capture input",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "0",
"max": "-1",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"device": {
"blurb": "Device location",
"conditionally-available": false,