mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
videodecoder: Pass on 'hard' argument from _flush to _reset
When most of the code was moved from _flush() to _reset() the 'hard' argument was no longer propagated.
This commit is contained in:
parent
0c4beda8f0
commit
84d476610b
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ gst_video_decoder_flush (GstVideoDecoder * dec, gboolean hard)
|
|||
}
|
||||
|
||||
/* and get (re)set for the sequel */
|
||||
gst_video_decoder_reset (dec, FALSE);
|
||||
gst_video_decoder_reset (dec, hard);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue