mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtsp-server: Minor doc fixes
Mostly for g-i
This commit is contained in:
parent
f5b7f57a17
commit
64a46d47ba
3 changed files with 4 additions and 4 deletions
|
@ -4062,7 +4062,7 @@ gst_rtsp_media_seekable (GstRTSPMedia * media)
|
|||
/**
|
||||
* gst_rtsp_media_complete_pipeline:
|
||||
* @media: a #GstRTSPMedia
|
||||
* @transports: a list of #GstRTSPTransport
|
||||
* @transports: (element-type GstRTSPTransport): a list of #GstRTSPTransport
|
||||
*
|
||||
* Add a receiver and sender parts to the pipeline based on the transport from
|
||||
* SETUP.
|
||||
|
|
|
@ -413,8 +413,8 @@ gst_rtsp_session_media_get_transport (GstRTSPSessionMedia * media, guint idx)
|
|||
*
|
||||
* Get a list of all available #GstRTSPStreamTransport in this session.
|
||||
*
|
||||
* Returns: (transfer full): a list of #GstRTSPStreamTransport,
|
||||
* g_ptr_array_unref () after usage.
|
||||
* Returns: (transfer full) (element-type GstRTSPStreamTransport): a
|
||||
* list of #GstRTSPStreamTransport, g_ptr_array_unref () after usage.
|
||||
*/
|
||||
GPtrArray *
|
||||
gst_rtsp_session_media_get_transports (GstRTSPSessionMedia * media)
|
||||
|
|
|
@ -1483,7 +1483,7 @@ cleanup:
|
|||
* @stream: a #GstRTSPStream
|
||||
* @family: protocol family
|
||||
* @transport: transport method
|
||||
* @use_client_setttings: Whether to use client settings or not
|
||||
* @use_client_settings: Whether to use client settings or not
|
||||
*
|
||||
* Allocates RTP and RTCP ports.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue