From 6d72ae13fe0473b563a13a09a4c0affa1edbd709 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 16 Oct 2017 14:20:47 +0200 Subject: [PATCH] rtsp: Add missing Since marker --- gst/rtsp/gstrtspsrc.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 928c359149..202b89691c 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -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",