From fc2554404b98df11fb6b498c9ff6875f02580ca0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 Jun 2016 20:44:42 +0100 Subject: [PATCH] docs: fix some typos --- gst/rtsp-server/rtsp-media-factory.h | 4 ++-- gst/rtsp-server/rtsp-server.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/rtsp-server/rtsp-media-factory.h b/gst/rtsp-server/rtsp-media-factory.h index 3e8adbc..2a60997 100644 --- a/gst/rtsp-server/rtsp-media-factory.h +++ b/gst/rtsp-server/rtsp-media-factory.h @@ -74,8 +74,8 @@ struct _GstRTSPMediaFactory { * add the #GstRTSPMedia's element created by @construct to the pipeline. * @configure: configure the media created with @construct. The default * implementation will configure the 'shared' property of the media. - * @media_constructed: signal emited when a media was constructed - * @media_configure: signal emited when a media should be configured + * @media_constructed: signal emitted when a media was constructed + * @media_configure: signal emitted when a media should be configured * * The #GstRTSPMediaFactory class structure. */ diff --git a/gst/rtsp-server/rtsp-server.h b/gst/rtsp-server/rtsp-server.h index 521c0be..efb18e4 100644 --- a/gst/rtsp-server/rtsp-server.h +++ b/gst/rtsp-server/rtsp-server.h @@ -77,7 +77,7 @@ struct _GstRTSPServer { * object that handles the new connection on @socket. The default * implementation will create a GstRTSPClient and will configure the * mount-points, auth, session-pool and thread-pool on the client. - * @client_connected: emited when a new client connected. + * @client_connected: emitted when a new client connected. * * The RTSP server class structure */ -- 2.7.4