Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2023-04-07 19:51:12 +0300
committerSeungha Yang <seungha@centricular.com>2023-04-07 20:40:49 +0300
commit6e36e2ddfdba70f0514f21709aa2bb264ad92b47 (patch)
treefdd7b1c27c57119bdefa0c6aacd8abf17b3fb0ee /docs
parentc8461472750f9127eb79715205e81b7eca6f45a3 (diff)
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1165>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json4
1 files changed, 2 insertions, 2 deletions
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"
}