From 73ab6adaf5569833d3876e4563e10c20fa663c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 29 Nov 2024 12:16:48 +0200 Subject: [PATCH] rtspsrc: Update version of tcp-timestamp property to 1.24.10 It was backported to 1.24. Part-of: --- subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. *