summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNazar Mokrynskyi <nazar@mokrynskyi.com>2020-08-18 19:16:40 +0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-09-09 05:53:08 +0000
commit8c37eea410749db2feef81b186ff9d905961751d (patch)
tree6e76c407277503665f1e9f20f81744e7723661c1 /docs
parent30274dee52ae2f467bfa945b86c8bb89c8fa2083 (diff)
downloadgstreamer-plugins-bad-8c37eea410749db2feef81b186ff9d905961751d.tar.gz
rtmp2: fix code style, update documentation cache
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1256>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 4c555632c..ecda85bec 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -216290,6 +216290,18 @@
"readable": true,
"type": "GstStructure",
"writable": false
+ },
+ "stop-commands": {
+ "blurb": "RTMP commands to send on EOS event before closing connection",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "deletestream+fcunpublish",
+ "mutable": "null",
+ "readable": true,
+ "type": "GstRtmpStopCommands",
+ "writable": true
}
},
"rank": "primary + 1"
@@ -216568,6 +216580,31 @@
"value": "1"
}
]
+ },
+ "GstRtmpStopCommands": {
+ "kind": "flags",
+ "values": [
+ {
+ "desc": "No command",
+ "name": "none",
+ "value": "0x00000000"
+ },
+ {
+ "desc": "FCUnpublish",
+ "name": "fcunpublish",
+ "value": "0x00000001"
+ },
+ {
+ "desc": "closeStream",
+ "name": "closestream",
+ "value": "0x00000002"
+ },
+ {
+ "desc": "deleteStream",
+ "name": "deletestream",
+ "value": "0x00000004"
+ }
+ ]
}
},
"package": "GStreamer Bad Plug-ins",