mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
doc: Fix some docstrings
This commit is contained in:
parent
5b039416db
commit
f4b20b010d
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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().
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue