rtsp: Add missing Since marker
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 16 Oct 2017 12:20:47 +0000 (14:20 +0200)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 16 Oct 2017 12:21:56 +0000 (14:21 +0200)
gst/rtsp/gstrtspsrc.c

index 928c359..202b896 100644 (file)
@@ -757,6 +757,13 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
           "(requires clock and offset to be provided)", DEFAULT_RFC7273_SYNC,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
+  /**
+   * GstRTSPSrc:default-rtsp-version:
+   *
+   * The preferred RTSP version to use while negotiating the version with the server.
+   *
+   * Since: 1.14
+   */
   g_object_class_install_property (gobject_class, PROP_DEFAULT_VERSION,
       g_param_spec_enum ("default-rtsp-version",
           "The RTSP version to try first",