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:
Sebastian Dröge 2020-05-03 16:29:31 +03:00 committed by GStreamer Merge Bot
parent f0928c5c1f
commit 8052957c24
2 changed files with 4 additions and 4 deletions

View file

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

View file

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