summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2010-06-04 18:30:59 +0100
committerZaheer Abbas Merali <zaheerabbas@merali.org>2010-06-04 18:30:59 +0100
commit22a343207c5f020c4c105ac99f2f9fd7d321819a (patch)
treefba7493b9127f4dced531c4492345b006e5fb76a
parent3abb80811090d7828e8d543e43051aafa2b890ac (diff)
ffmpegdec: fix typo in comment
-rw-r--r--ext/ffmpeg/gstffmpegdec.c2
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)) {