mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
videodecoder: fix spelling error in debug message
This commit is contained in:
parent
6db3b535eb
commit
614d35d795
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue