From 5dc09f44490177d387052e31e0c98a94c3e071f8 Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Fri, 21 Aug 2020 16:03:09 +0200 Subject: [PATCH] docs: Update plugin cache Part-of: --- docs/gst_plugins_cache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index 1489807..99b4067 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -25846,7 +25846,7 @@ "presence": "always" }, "src": { - "caps": "video/x-raw:\n format: { I420, YV12, Y42B, Y444, GBR }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", + "caps": "video/x-raw:\n format: { I420, YV12, Y42B, Y444, GBR, I420_10LE, I422_10LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", "direction": "src", "presence": "always" } @@ -25874,7 +25874,7 @@ "long-name": "On2 VP9 Encoder", "pad-templates": { "sink": { - "caps": "video/x-raw:\n format: { I420, YV12 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", + "caps": "video/x-raw:\n format: { I420, YV12, Y444, I420_10LE, I422_10LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", "direction": "sink", "presence": "always" }, -- 2.7.4