mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 19:20:35 +00:00
rtsp-media: Mark out parameters accordingly in gst_rtsp_media_get_rates()
And the same for gst_rtsp_stream_get_rates(). Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/118>
This commit is contained in:
parent
f0928c5c1f
commit
8052957c24
2 changed files with 4 additions and 4 deletions
|
@ -2578,8 +2578,8 @@ conversion_failed:
|
|||
/**
|
||||
* gst_rtsp_media_get_rates:
|
||||
* @media: a #GstRTSPMedia
|
||||
* @rate (allow-none): the rate of the current segment
|
||||
* @applied_rate (allow-none): the applied_rate of the current segment
|
||||
* @rate: (optional) (out caller-allocates): the rate of the current segment
|
||||
* @applied_rate: (optional) (out caller-allocates): the applied_rate of the current segment
|
||||
*
|
||||
* Get the rate and applied_rate of the current segment.
|
||||
*
|
||||
|
|
|
@ -4282,8 +4282,8 @@ no_stats:
|
|||
/**
|
||||
* gst_rtsp_stream_get_rates:
|
||||
* @stream: a #GstRTSPStream
|
||||
* @rate: (allow-none): the configured rate
|
||||
* @applied_rate: (allow-none): the configured applied_rate
|
||||
* @rate: (optional) (out caller-allocates): the configured rate
|
||||
* @applied_rate: (optional) (out caller-allocates): the configured applied_rate
|
||||
*
|
||||
* Retrieve the current rate and/or applied_rate.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue