From bd2a55dcb3f708bfedd1392a0b493a61699eda57 Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Thu, 10 Mar 2022 17:03:45 +0900 Subject: [PATCH] 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: --- .../docs/gst_plugins_cache.json | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index f9958094aa..5d2b5b647c 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -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 ('').", + "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,