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
@ -870,7 +870,7 @@ gst_video_decoder_flush (GstVideoDecoder * dec, gboolean hard)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* and get (re)set for the sequel */
|
/* and get (re)set for the sequel */
|
||||||
gst_video_decoder_reset (dec, hard);
|
gst_video_decoder_reset (dec, FALSE);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user