diff --git a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c index 1c646d2b36..21ddfe718f 100644 --- a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c +++ b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c @@ -1184,7 +1184,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass) * * Only applicable for RTSP over TCP or HTTP. * - * Since: 1.26 + * Since: 1.24.10 */ g_object_class_install_property (gobject_class, PROP_TCP_TIMESTAMP, @@ -1508,7 +1508,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass) * * The #GstPromise reply consists in the following fields: * - * * 'rtsp-result': set to 0 if the HTTP request could be processed. + * * 'rtsp-result': set to 0 if the HTTP request could be processed. * * 'rtsp-code': the HTTP status code returned by the server. * * 'rtsp-reason': a human-readable version of the HTTP status code. * @@ -1535,7 +1535,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass) * * The #GstPromise reply consists in the following fields: * - * * 'rtsp-result': set to 0 if the HTTP request could be processed. + * * 'rtsp-result': set to 0 if the HTTP request could be processed. * * 'rtsp-code': the HTTP status code returned by the server. * * 'rtsp-reason': a human-readable version of the HTTP status code. *