encoders: VP9: dynamic resolution change causes sigabrt
If I change the resolution of the video being encoded without halting my pipeline, the whole graph fails with
../intel/intel_bufmgr_gem.c:1998: do_bo_emit_reloc: Assertion `!bo_gem->used_as_reloc_target' failed.
Happens on various intel hardware, h264 encoder works fine.
A simple script reproducing the issue, as well a the backtrace are attached.
Should I be able to change the resolution in runtime without stopping the pipeline?