dosc: Fix a little typo
authorAleksandr Slobodeniuk <alenuke@yandex.ru>
Mon, 9 Jan 2017 09:22:40 +0000 (12:22 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 9 Jan 2017 10:19:53 +0000 (10:19 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=777037

gst/rtsp-server/rtsp-media-factory.c

index 191480f..fc760aa 100644 (file)
@@ -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,