videodecoder: fix spelling error in debug message
This commit is contained in:
parent
6db3b535eb
commit
614d35d795
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user