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:
authorFrançois Laignel <francois@centricular.com>2023-05-09 13:02:15 +0300
committerFrançois Laignel <francois@centricular.com>2023-05-09 13:02:15 +0300
commit680d5221dbce49072c6344bbafc75891efe3c0a7 (patch)
treec94882c18afd81744af05eda38087cd62c64f3ad /docs
parent092ae1fec83b2625b48cf90a21e58ccfffa62902 (diff)
net/webrtc: src: add signal "request-encoded-filter"
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1202>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json40
1 files changed, 39 insertions, 1 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 1cacfa1e3..e55fa42c4 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6214,7 +6214,27 @@
"writable": true
}
},
- "rank": "primary"
+ "rank": "primary",
+ "signals": {
+ "request-encoded-filter": {
+ "args": [
+ {
+ "name": "arg0",
+ "type": "gchararray"
+ },
+ {
+ "name": "arg1",
+ "type": "gchararray"
+ },
+ {
+ "name": "arg2",
+ "type": "GstCaps"
+ }
+ ],
+ "return-type": "GstElement",
+ "when": "last"
+ }
+ }
}
},
"filename": "gstrswebrtc",
@@ -6471,6 +6491,24 @@
"args": [],
"return-type": "GStrv",
"when": "last"
+ },
+ "request-encoded-filter": {
+ "args": [
+ {
+ "name": "arg0",
+ "type": "gchararray"
+ },
+ {
+ "name": "arg1",
+ "type": "gchararray"
+ },
+ {
+ "name": "arg2",
+ "type": "GstCaps"
+ }
+ ],
+ "return-type": "GstElement",
+ "when": "last"
}
}
},