From 8900f2d2f985cba78573d71835a5db0670a86d1b Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 2 Jul 2020 12:37:47 +0100 Subject: [PATCH] wpe: Update plugin's doc cache This was forgotten in !1392. Part-of: --- docs/plugins/gst_plugins_cache.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index f1c6ccb..8db5c5f 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -225026,7 +225026,7 @@ "long-name": "WPE source", "pad-templates": { "src": { - "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\n", + "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\nvideo/x-raw:\n format: BGRA\n", "direction": "src", "presence": "always" } -- 2.7.4