summaryrefslogtreecommitdiff
path: root/gst/rtmp2/rtmp/rtmpclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtmp2/rtmp/rtmpclient.h')
-rw-r--r--gst/rtmp2/rtmp/rtmpclient.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/rtmp2/rtmp/rtmpclient.h b/gst/rtmp2/rtmp/rtmpclient.h
index d70574a1a..a96c0e6be 100644
--- a/gst/rtmp2/rtmp/rtmpclient.h
+++ b/gst/rtmp2/rtmp/rtmpclient.h
@@ -60,6 +60,15 @@ GType gst_rtmp_authmod_get_type (void);
#define GST_RTMP_DEFAULT_STOP_COMMANDS (GST_RTMP_STOP_COMMANDS_FCUNPUBLISH | \
GST_RTMP_STOP_COMMANDS_DELETE_STREAM) /* FCUnpublish + deleteStream */
+/**
+ * GstRtmpStopCommands:
+ * @GST_RTMP_STOP_COMMANDS_NONE: Don't send any commands
+ * @GST_RTMP_STOP_COMMANDS_FCUNPUBLISH: Send FCUnpublish command
+ * @GST_RTMP_STOP_COMMANDS_CLOSE_STREAM: Send closeStream command
+ * @GST_RTMP_STOP_COMMANDS_DELETE_STREAM: Send deleteStream command
+ *
+ * Since: 1.18
+ */
typedef enum
{
GST_RTMP_STOP_COMMANDS_NONE = 0,