Skip to content

va: encoder: Do not reset the frame count when reconfig().

He Junyan requested to merge He_Junyan/gstreamer:encoder_continue_buf_num into main

We should not reset the input/output_frame_count when some configure changes. For example, the if resolution changes, the current way just resets the frame count and make the PTS of the output buffer restart from the original PTS of the first frame. That causes a lot of QOS event and drop all the new frames.

Merge request reports