From 530f694366895da941f10d8b349b78574904bf03 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 19 Nov 2020 18:29:15 -0300 Subject: uritranscodebin: Add `setup-source` and `element-setup` signals The same way as playbinX does it as it is often quite useful --- docs/plugins/gst_plugins_cache.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index ce17f55f1..a91d22cd5 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -220850,7 +220850,29 @@ "writable": true } }, - "rank": "none" + "rank": "none", + "signals": { + "element-setup": { + "args": [ + { + "name": "arg0", + "type": "GstElement" + } + ], + "return-type": "void", + "when": "last" + }, + "source-setup": { + "args": [ + { + "name": "arg0", + "type": "GstElement" + } + ], + "return-type": "void", + "when": "last" + } + } } }, "filename": "gsttranscode", -- cgit v1.2.1