mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs: fix some typos
This commit is contained in:
parent
7de0d6580a
commit
fc2554404b
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue