summaryrefslogtreecommitdiff
path: root/docs/plugins/gst_plugins_cache.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/gst_plugins_cache.json')
-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",