ffmpegdec: fix typo in comment

This commit is contained in:
Zaheer Abbas Merali 2010-06-04 18:30:59 +01:00
parent 3abb808110
commit 22a343207c

View 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)) {