doc: Fix some docstrings

This commit is contained in:
Thibault Saunier 2019-04-23 12:30:02 -04:00
parent 5b039416db
commit f4b20b010d
3 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ if meson.is_cross_build()
error('Documentation enabled but building the doc while cross building is not supported yet.')
endif
message('Documentation not built as building the docmentation while cross building is not supported yet.')
message('Documentation not built as building it while cross building is not supported yet.')
subdir_done()
endif

View file

@ -56,7 +56,7 @@ gst_rtsp_context_get_current (void)
/**
* gst_rtsp_context_push_current:
* @ctx: a ##GstRTSPContext
* @ctx: a #GstRTSPContext
*
* Pushes @ctx onto the context stack. The current
* context can then be received using gst_rtsp_context_get_current().

View file

@ -547,8 +547,7 @@ gst_rtsp_session_pool_cleanup (GstRTSPSessionPool * pool)
* locked so no further actions on @pool can be performed from @func.
*
* If @func returns #GST_RTSP_FILTER_REMOVE, the session will be set to the
* expired state with gst_rtsp_session_set_expired() and removed from
* @pool.
* expired state and removed from @pool.
*
* If @func returns #GST_RTSP_FILTER_KEEP, the session will remain in @pool.
*