diff --git a/docs/meson.build b/docs/meson.build index ccfb7a15d0..789da4b261 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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 diff --git a/gst/rtsp-server/rtsp-context.c b/gst/rtsp-server/rtsp-context.c index 4f08407d98..7c88153d68 100644 --- a/gst/rtsp-server/rtsp-context.c +++ b/gst/rtsp-server/rtsp-context.c @@ -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(). diff --git a/gst/rtsp-server/rtsp-session-pool.c b/gst/rtsp-server/rtsp-session-pool.c index 43ae44e9f2..ad3c67e23f 100644 --- a/gst/rtsp-server/rtsp-session-pool.c +++ b/gst/rtsp-server/rtsp-session-pool.c @@ -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. *