mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
ffmpegdec: fix typo in comment
This commit is contained in:
parent
3abb808110
commit
22a343207c
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue