From 8c37eea410749db2feef81b186ff9d905961751d Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Tue, 18 Aug 2020 19:16:40 +0300 Subject: rtmp2: fix code style, update documentation cache Part-of: --- docs/plugins/gst_plugins_cache.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'docs') 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", -- cgit v1.2.1