[gst-cvs] gst-ffmpeg: ffmpegdec: fix typo in comment

Zaheer Abbas Merali zaheer at kemper.freedesktop.org
Fri Jun 4 10:31:19 PDT 2010


Module: gst-ffmpeg
Branch: master
Commit: 22a343207c5f020c4c105ac99f2f9fd7d321819a
URL:    http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=22a343207c5f020c4c105ac99f2f9fd7d321819a

Author: Zaheer Abbas Merali <zaheerabbas at merali.org>
Date:   Fri Jun  4 18:30:59 2010 +0100

ffmpegdec: fix typo in comment

---

 ext/ffmpeg/gstffmpegdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c
index 87da0f7..55db4da 100644
--- a/ext/ffmpeg/gstffmpegdec.c
+++ b/ext/ffmpeg/gstffmpegdec.c
@@ -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)) {





More information about the Gstreamer-commits mailing list