ffmpegdec: fix typo in comment
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Fri, 4 Jun 2010 17:30:59 +0000 (18:30 +0100)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Fri, 4 Jun 2010 17:30:59 +0000 (18:30 +0100)
ext/ffmpeg/gstffmpegdec.c

index 87da0f7..55db4da 100644 (file)
@@ -777,7 +777,7 @@ gst_ffmpegdec_setcaps (GstPad * pad, GstCaps * caps)
     gst_value_init_and_copy (ffmpegdec->par, par);
   }
 
-  /* get the framerate from incomming caps. fps_n is set to -1 when
+  /* get the framerate from incoming caps. fps_n is set to -1 when
    * there is no valid framerate */
   fps = gst_structure_get_value (structure, "framerate");
   if (fps != NULL && GST_VALUE_HOLDS_FRACTION (fps)) {