Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2021-03-31 12:18:30 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2021-04-26 16:25:56 +0300
commit41ba8c1b00f5ad5f27c37b97ddee196d9d6e6d6a (patch)
treebb1e1d639d1422ca682201ffa517b183ee79952e /docs
parenta0067316e741e20e1ecbb01b3a3005fb64952eb7 (diff)
rtpopuspay: add DTX support
If enabled, the payloader won't transmit empty frames. Can be tested using: opusenc dtx=true bitrate-type=vbr ! rtpopuspay dtx=true Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/967>
Diffstat (limited to 'docs')
-rw-r--r--docs/gst_plugins_cache.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 85f25ccee..eb2cf5d3e 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -14854,7 +14854,20 @@
"presence": "always"
}
},
- "properties": {},
+ "properties": {
+ "dtx": {
+ "blurb": "If enabled, the payloader will not transmit empty packets",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "false",
+ "mutable": "playing",
+ "readable": true,
+ "type": "gboolean",
+ "writable": true
+ }
+ },
"rank": "primary"
},
"rtppcmadepay": {