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:
authorSebastian Dröge <sebastian@centricular.com>2022-11-09 10:02:35 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-11-10 13:59:53 +0300
commit2b4fd40d6267058ce10a83dfb48d5408f913957a (patch)
tree494a3543403195a7f7d2b544ba474db2bb4f3bea /docs
parent97bb327b2a5fc1b459b958be28d2b281f1f9e390 (diff)
mp4: Add ONVIF non-fragmented MP4 muxer
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/974>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index a13879a30..c606db332 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -2527,6 +2527,34 @@
}
},
"rank": "marginal"
+ },
+ "onvifmp4mux": {
+ "author": "Sebastian Dröge <sebastian@centricular.com>",
+ "description": "ONVIF MP4 muxer",
+ "hierarchy": [
+ "GstONVIFMP4Mux",
+ "GstRsMP4Mux",
+ "GstAggregator",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "klass": "Codec/Muxer",
+ "pad-templates": {
+ "sink_%%u": {
+ "caps": "video/x-h264:\n stream-format: { (string)avc, (string)avc3 }\n alignment: au\n width: [ 1, 65535 ]\n height: [ 1, 65535 ]\nvideo/x-h265:\n stream-format: { (string)hvc1, (string)hev1 }\n alignment: au\n width: [ 1, 65535 ]\n height: [ 1, 65535 ]\nimage/jpeg:\n width: [ 1, 65535 ]\n height: [ 1, 65535 ]\naudio/mpeg:\n mpegversion: 4\n stream-format: raw\n channels: [ 1, 65535 ]\n rate: [ 1, 2147483647 ]\naudio/x-alaw:\n channels: [ 1, 2 ]\n rate: [ 1, 2147483647 ]\naudio/x-mulaw:\n channels: [ 1, 2 ]\n rate: [ 1, 2147483647 ]\naudio/x-adpcm:\n layout: g726\n channels: 1\n rate: 8000\n bitrate: { (int)16000, (int)24000, (int)32000, (int)40000 }\napplication/x-onvif-metadata:\n parsed: true\n",
+ "direction": "sink",
+ "presence": "request",
+ "type": "GstRsMP4MuxPad"
+ },
+ "src": {
+ "caps": "video/quicktime:\n variant: iso\n",
+ "direction": "src",
+ "presence": "always"
+ }
+ },
+ "rank": "marginal"
}
},
"filename": "gstmp4",