From: Aleksandr Slobodeniuk Date: Mon, 9 Jan 2017 09:22:40 +0000 (+0300) Subject: dosc: Fix a little typo X-Git-Tag: 1.19.3~495^2~439 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b27e7c6b5bc7b5ab23ef5d833bd413ce7841db8b;p=platform%2Fupstream%2Fgstreamer.git dosc: Fix a little typo https://bugzilla.gnome.org/show_bug.cgi?id=777037 --- diff --git a/gst/rtsp-server/rtsp-media-factory.c b/gst/rtsp-server/rtsp-media-factory.c index 191480f..fc760aa 100644 --- a/gst/rtsp-server/rtsp-media-factory.c +++ b/gst/rtsp-server/rtsp-media-factory.c @@ -156,7 +156,7 @@ gst_rtsp_media_factory_class_init (GstRTSPMediaFactoryClass * klass) * default prepare vmethod. * * The pipeline description should return a GstBin as the toplevel element - * which can be accomplished by enclosing the dscription with brackets '(' + * which can be accomplished by enclosing the description with brackets '(' * ')'. * * The description should return a pipeline with payloaders named pay0, pay1, @@ -504,7 +504,7 @@ gst_rtsp_media_factory_add_role (GstRTSPMediaFactory * factory, * default prepare vmethod. * * The pipeline description should return a GstBin as the toplevel element - * which can be accomplished by enclosing the dscription with brackets '(' + * which can be accomplished by enclosing the description with brackets '(' * ')'. * * The description should return a pipeline with payloaders named pay0, pay1,