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:
|
* gst_rtsp_media_complete_pipeline:
|
||||||
* @media: a #GstRTSPMedia
|
* @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
|
* Add a receiver and sender parts to the pipeline based on the transport from
|
||||||
* SETUP.
|
* 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.
|
* Get a list of all available #GstRTSPStreamTransport in this session.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a list of #GstRTSPStreamTransport,
|
* Returns: (transfer full) (element-type GstRTSPStreamTransport): a
|
||||||
* g_ptr_array_unref () after usage.
|
* list of #GstRTSPStreamTransport, g_ptr_array_unref () after usage.
|
||||||
*/
|
*/
|
||||||
GPtrArray *
|
GPtrArray *
|
||||||
gst_rtsp_session_media_get_transports (GstRTSPSessionMedia * media)
|
gst_rtsp_session_media_get_transports (GstRTSPSessionMedia * media)
|
||||||
|
|
|
@ -1483,7 +1483,7 @@ cleanup:
|
||||||
* @stream: a #GstRTSPStream
|
* @stream: a #GstRTSPStream
|
||||||
* @family: protocol family
|
* @family: protocol family
|
||||||
* @transport: transport method
|
* @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.
|
* Allocates RTP and RTCP ports.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue