From 22b40d66ef626df0e022de049f561ae5b4c2d4d4 Mon Sep 17 00:00:00 2001 From: Julian Bouzas Date: Wed, 22 Jan 2025 12:54:45 -0500 Subject: [PATCH] docs: update plugins cache with new rtph265depay properties Part-of: --- .../docs/gst_plugins_cache.json | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index 9d90f5f7a0..9e51f67cc5 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -15552,7 +15552,32 @@ "presence": "always" } }, - "properties": {}, + "properties": { + "request-keyframe": { + "blurb": "Request new keyframe when packet loss is detected", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "false", + "mutable": "null", + "readable": true, + "type": "gboolean", + "writable": true + }, + "wait-for-keyframe": { + "blurb": "Wait for the next keyframe after packet loss, meaningful only when outputting access units", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "false", + "mutable": "null", + "readable": true, + "type": "gboolean", + "writable": true + } + }, "rank": "secondary" }, "rtph265pay": {