summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Leeman <m.leeman@televic.com>2020-07-03 12:25:31 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-12-04 14:51:38 +0000
commit102c60f82cb2ea60c484b60de91c24bf5a3d144c (patch)
tree6054f408870d7832c7d7006e13b2901e7c94b1a4 /docs
parent96831233a32d3b5bb036ddbe65ef307be5f2148c (diff)
downloadgstreamer-plugins-bad-102c60f82cb2ea60c484b60de91c24bf5a3d144c.tar.gz
rtpmanagerbad: allow setting caps on rtpsrc
rtpsrc tries to do a lookup of the caps based on the encoding-name. For not so standard encodings, the caps can be set, avoiding the lookup. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1406>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index b249511c3..5248eb83b 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -217079,6 +217079,17 @@
"type": "gchararray",
"writable": true
},
+ "caps": {
+ "blurb": "The caps of the incoming stream",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "mutable": "null",
+ "readable": true,
+ "type": "GstCaps",
+ "writable": true
+ },
"encoding-name": {
"blurb": "Encoding name use to determine caps parameters",
"conditionally-available": false,