media-factory: fix typo
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 26 Jun 2013 14:31:39 +0000 (16:31 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 26 Jun 2013 14:31:39 +0000 (16:31 +0200)
gst/rtsp-server/rtsp-media-factory.h

index dce19e5..d974fa0 100644 (file)
@@ -73,7 +73,7 @@ struct _GstRTSPMediaFactory {
  *       implementation will configure the 'shared' property of the media.
  * @create_pipeline: create a new pipeline or re-use an existing one and
  *       add the #GstRTSPMedia's element created by @construct to the pipeline.
- * @media_constructed: signal emited when a media was cunstructed
+ * @media_constructed: signal emited when a media was constructed
  * @media_configure: signal emited when a media should be configured
  *
  * The #GstRTSPMediaFactory class structure.