From 6e36e2ddfdba70f0514f21709aa2bb264ad92b47 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 8 Apr 2023 01:51:12 +0900 Subject: transcriberbin: Allow video with ANY caps features transcriberbin does not read/write video buffers actually. Allow ANY caps features in order to avoid unnecessary GPU upload/download Part-of: --- docs/plugins/gst_plugins_cache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 553e520ad..9f3bfcef6 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -4899,7 +4899,7 @@ "presence": "always" }, "sink_video": { - "caps": "video/x-raw:\n", + "caps": "video/x-raw(ANY):\n", "direction": "sink", "presence": "always" }, @@ -4909,7 +4909,7 @@ "presence": "always" }, "src_video": { - "caps": "video/x-raw:\n", + "caps": "video/x-raw(ANY):\n", "direction": "src", "presence": "always" } -- cgit v1.2.3