summaryrefslogtreecommitdiff
path: root/gst/rtmp2/gstrtmp2sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtmp2/gstrtmp2sink.c')
-rw-r--r--gst/rtmp2/gstrtmp2sink.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtmp2/gstrtmp2sink.c b/gst/rtmp2/gstrtmp2sink.c
index 41b728c47..72026eb87 100644
--- a/gst/rtmp2/gstrtmp2sink.c
+++ b/gst/rtmp2/gstrtmp2sink.c
@@ -231,6 +231,13 @@ gst_rtmp2_sink_class_init (GstRtmp2SinkClass * klass)
g_param_spec_boxed ("stats", "Stats", "Retrieve a statistics structure",
GST_TYPE_STRUCTURE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
+ /**
+ * GstRtmp2Sink:stop-commands:
+ *
+ * Which commands (if any) to send on EOS event before closing connection
+ *
+ * Since: 1.18
+ */
g_object_class_install_property (gobject_class, PROP_STOP_COMMANDS,
g_param_spec_flags ("stop-commands", "Stop commands",
"RTMP commands to send on EOS event before closing connection",