From: Wim Taymans Date: Wed, 26 Jun 2013 14:31:39 +0000 (+0200) Subject: media-factory: fix typo X-Git-Tag: 1.19.3~495^2~1097 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ab4905e49c720c67b779fa34e904be3a724dd3;p=platform%2Fupstream%2Fgstreamer.git media-factory: fix typo --- diff --git a/gst/rtsp-server/rtsp-media-factory.h b/gst/rtsp-server/rtsp-media-factory.h index dce19e5..d974fa0 100644 --- a/gst/rtsp-server/rtsp-media-factory.h +++ b/gst/rtsp-server/rtsp-media-factory.h @@ -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.