Yan Wang f92b5614db msdkdec: Fix buffer allocation based on frame.
gst_msdkdec_finish_task() may release all frames in
GstVideoDecoder object. In this case, allocate_output_buffer()
cannot get the oldest frame to allocate buffer.
So gst_msdkdec_handle_frame() should return GST_FLOW_OK for
letting gst_video_decoder_decode_frame() to send a new frame
for decoding.

Fixes #664.
Fixes #665.
2019-08-26 13:59:16 +00:00
..
2019-07-07 15:16:28 +00:00
2018-03-30 11:06:05 -08:00
2016-12-13 00:06:42 +01:00
2016-12-13 00:06:42 +01:00
2018-03-30 11:06:05 -08:00
2019-03-29 13:32:06 +08:00
2019-07-07 15:16:28 +00:00
2019-07-07 15:16:28 +00:00
2019-07-07 15:16:28 +00:00
2018-02-13 12:41:28 -09:00
2019-01-08 12:59:45 +00:00