Skip to content

nvdec: Check flow return of the only current handle_frame() to fix seeking issue

Seungha Yang requested to merge seungha.yang/gst-plugins-bad:nvdec-seek into master
Due to uncleared last flow, decoding after seek was never possible
(last_ret == GST_FLOW_FLUSHING).
nvdec dose not need to keep track of the previous flow return,
and actually the interest is data/even flow of the current handle_frame().
Edited by Seungha Yang

Merge request reports