rtsp-server: Minor doc fixes

Mostly for g-i
This commit is contained in:
Edward Hervey 2017-12-07 16:08:29 +01:00 committed by Edward Hervey
parent f5b7f57a17
commit 64a46d47ba
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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)

View file

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