mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
videodecoder: Revert previous commit
The 'hard' argument of reset changed signification after the latest start/stop/reset refactoring.
This commit is contained in:
parent
84d476610b
commit
b4b9f74f8b
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, hard);
|
||||
gst_video_decoder_reset (dec, FALSE);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue