av1enc: Add property for controlling max distance between 2 keyframes
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / docs / plugins / gst_plugins_cache.json
index d8cc112..50128fb 100644 (file)
                         "type": "GstAV1EncEndUsageMode",
                         "writable": true
                     },
+                    "keyframe-max-dist": {
+                        "blurb": "Maximum distance between keyframes (number of frames)",
+                        "conditionally-available": false,
+                        "construct": false,
+                        "construct-only": false,
+                        "controllable": false,
+                        "default": "30",
+                        "max": "2147483647",
+                        "min": "0",
+                        "mutable": "null",
+                        "readable": true,
+                        "type": "gint",
+                        "writable": true
+                    },
                     "keyframe-mode": {
                         "blurb": "Determines whether keyframes are placed automatically by the encoder",
                         "conditionally-available": false,