videodecoder: fix spelling error in debug message

This commit is contained in:
Mark Nauwelaerts 2013-11-26 20:51:58 +01:00
parent 6db3b535eb
commit 614d35d795

View file

@ -2289,7 +2289,7 @@ gst_video_decoder_prepare_finish_frame (GstVideoDecoder *
/* if we detected reordered output, then PTS are void,
* however those were obtained; bogus input, subclass etc */
if (priv->reordered_output && !seen_none) {
GST_DEBUG_OBJECT (decoder, "invaliding PTS");
GST_DEBUG_OBJECT (decoder, "invalidating PTS");
frame->pts = GST_CLOCK_TIME_NONE;
}