rtspsrc: Update version of tcp-timestamp property to 1.24.10

It was backported to 1.24.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8005>
This commit is contained in:
Sebastian Dröge 2024-11-29 12:16:48 +02:00 committed by GStreamer Marge Bot
parent 4a040aa11d
commit 73ab6adaf5

View file

@ -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.
*