videodecoder: Revert previous commit

The 'hard' argument of reset changed signification after the latest
start/stop/reset refactoring.
This commit is contained in:
Edward Hervey 2013-08-02 08:22:59 +02:00
parent 84d476610b
commit b4b9f74f8b

View file

@ -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;
}