summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-11-19 18:29:15 -0300
committerThibault Saunier <tsaunier@igalia.com>2020-11-30 17:31:48 -0300
commit530f694366895da941f10d8b349b78574904bf03 (patch)
treeef02d6ffa1bfce758ea1a88645edd20aa7fd406c /docs
parent142e571c28fe5c3806843bfdf9929cc267739aba (diff)
downloadgstreamer-plugins-bad-530f694366895da941f10d8b349b78574904bf03.tar.gz
uritranscodebin: Add `setup-source` and `element-setup` signals
The same way as playbinX does it as it is often quite useful
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json24
1 files changed, 23 insertions, 1 deletions
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",