diff options
author | Aleksandr Slobodeniuk <alenuke@yandex.ru> | 2017-01-09 12:22:40 +0300 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-01-09 10:19:53 +0000 |
commit | b27e7c6b5bc7b5ab23ef5d833bd413ce7841db8b (patch) | |
tree | bf225d1e27f291b246da64a1478799e1ec870f89 /gst | |
parent | e6c6bf96ce7d3240b5343c52ff6218a323258781 (diff) |
dosc: Fix a little typo
https://bugzilla.gnome.org/show_bug.cgi?id=777037
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtsp-server/rtsp-media-factory.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |