From 1ed969d276fb541914bbf65fcc3e841bc2959dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 12 Oct 2020 11:55:46 +0100 Subject: [PATCH] rtmp2sink: fix since marker on new "stop-commands" property Part-of: --- gst/rtmp2/gstrtmp2sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtmp2/gstrtmp2sink.c b/gst/rtmp2/gstrtmp2sink.c index 72026eb875..13b4d08251 100644 --- a/gst/rtmp2/gstrtmp2sink.c +++ b/gst/rtmp2/gstrtmp2sink.c @@ -236,7 +236,7 @@ gst_rtmp2_sink_class_init (GstRtmp2SinkClass * klass) * * Which commands (if any) to send on EOS event before closing connection * - * Since: 1.18 + * Since: 1.20 */ g_object_class_install_property (gobject_class, PROP_STOP_COMMANDS, g_param_spec_flags ("stop-commands", "Stop commands",