media-factory: fix typo

This commit is contained in:
Wim Taymans 2013-06-26 16:31:39 +02:00
parent cd4120ef26
commit 13ab4905e4

View file

@ -73,7 +73,7 @@ struct _GstRTSPMediaFactory {
* implementation will configure the 'shared' property of the media. * implementation will configure the 'shared' property of the media.
* @create_pipeline: create a new pipeline or re-use an existing one and * @create_pipeline: create a new pipeline or re-use an existing one and
* add the #GstRTSPMedia's element created by @construct to the pipeline. * 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 * @media_configure: signal emited when a media should be configured
* *
* The #GstRTSPMediaFactory class structure. * The #GstRTSPMediaFactory class structure.