docs: fix some typos

This commit is contained in:
Tim-Philipp Müller 2016-06-07 20:44:42 +01:00
parent 7de0d6580a
commit fc2554404b
2 changed files with 3 additions and 3 deletions

View file

@ -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.
*/

View file

@ -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
*/