From: Tim-Philipp Müller Date: Tue, 7 Jun 2016 19:44:42 +0000 (+0100) Subject: docs: fix some typos X-Git-Tag: 1.19.3~495^2~511 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc2554404b98df11fb6b498c9ff6875f02580ca0;p=platform%2Fupstream%2Fgstreamer.git docs: fix some typos --- 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 */