mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rtmp2sink: fix since marker on new "stop-commands" property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1687>
This commit is contained in:
parent
18444fd993
commit
1ed969d276
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue