summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-10-29 15:58:38 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-11-03 09:51:27 +0100
commit473a70bb21774e180ebe8f5c9bc46b24664e72b1 (patch)
tree7714ab593dc0a799f461f702c26d848d98968327
parentba3919ecb22c5ab2d38c38a341bd8bc83d1ea9ee (diff)
downloadgstreamer-plugins-good-473a70bb21774e180ebe8f5c9bc46b24664e72b1.tar.gz
docs: update plugins cache
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/530>
-rw-r--r--docs/gst_plugins_cache.json54
-rw-r--r--gst/rtp/gstrtpisacdepay.c4
-rw-r--r--gst/rtp/gstrtpisacpay.c4
3 files changed, 58 insertions, 4 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index b8590d445..420897e0a 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -14064,6 +14064,60 @@
"properties": {},
"rank": "secondary"
},
+ "rtpisacdepay": {
+ "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
+ "description": "Extracts iSAC audio from RTP packets",
+ "hierarchy": [
+ "GstRtpIsacDepay",
+ "GstRTPBaseDepayload",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "klass": "Codec/Depayloader/Network/RTP",
+ "long-name": "RTP iSAC depayloader",
+ "pad-templates": {
+ "sink": {
+ "caps": "application/x-rtp:\n media: audio\n payload: [ 96, 127 ]\n clock-rate: { (int)16000, (int)32000 }\n encoding-name: ISAC\n",
+ "direction": "sink",
+ "presence": "always"
+ },
+ "src": {
+ "caps": "audio/isac:\n rate: { (int)16000, (int)32000 }\n channels: 1\n",
+ "direction": "src",
+ "presence": "always"
+ }
+ },
+ "rank": "secondary"
+ },
+ "rtpisacpay": {
+ "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
+ "description": "Payload-encodes iSAC audio into a RTP packet",
+ "hierarchy": [
+ "GstRtpIsacPay",
+ "GstRTPBasePayload",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "klass": "Codec/Payloader/Network/RTP",
+ "long-name": "RTP iSAC payloader",
+ "pad-templates": {
+ "sink": {
+ "caps": "audio/isac:\n rate: { (int)16000, (int)32000 }\n channels: 1\n",
+ "direction": "sink",
+ "presence": "always"
+ },
+ "src": {
+ "caps": "application/x-rtp:\n media: audio\n payload: [ 96, 127 ]\n clock-rate: { (int)16000, (int)32000 }\n encoding-name: ISAC\nencoding-params: 1\n",
+ "direction": "src",
+ "presence": "always"
+ }
+ },
+ "rank": "secondary"
+ },
"rtpj2kdepay": {
"author": "Wim Taymans <wim.taymans@gmail.com>",
"description": "Extracts JPEG 2000 video from RTP packets (RFC 5371)",
diff --git a/gst/rtp/gstrtpisacdepay.c b/gst/rtp/gstrtpisacdepay.c
index 197384721..38d02acbf 100644
--- a/gst/rtp/gstrtpisacdepay.c
+++ b/gst/rtp/gstrtpisacdepay.c
@@ -19,8 +19,8 @@
*/
/**
- * SECTION:element-isacdepay
- * @title: isacdepay
+ * SECTION:element-rtpisacdepay
+ * @title: rtpisacdepay
* @short_description: iSAC RTP Depayloader
*
* Since: 1.20
diff --git a/gst/rtp/gstrtpisacpay.c b/gst/rtp/gstrtpisacpay.c
index 750d9759e..7be272b31 100644
--- a/gst/rtp/gstrtpisacpay.c
+++ b/gst/rtp/gstrtpisacpay.c
@@ -19,8 +19,8 @@
*/
/**
- * SECTION:element-isacpay
- * @title: isacpay
+ * SECTION:element-rtpisacpay
+ * @title: rtpisacpay
* @short_description: iSAC RTP Payloader
*
* Since: 1.20