mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
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:
parent
4a040aa11d
commit
73ab6adaf5
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue