V4L2_CID_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE not working with AV1 encoder

So I can see this was actually reported back in 2022:

That issue was “closed” but it’s not clear the problem was solved. Certainly the “solution” refers to JP 5.1.1, but I am already using 5.1.1.

If it has since been solved in 5.1.2 or 6.0 I can’t find anything in the release notes - can someone confirm if this issue is still active or, if it has been solved, which version the fix appears in?

Also, further investigation shows that the issue is that V4L2_CID_MPEG_MFC41_VIDEO_FORCE_FRAME_TYPE does indeed force an I-frame but it is not an IDR frame/key frame. This is shown by the increased size of the produced packets. I tried treating them as key frames after a previous discontinuity but this just produced corruption on the screen when decoding, so they were obviously not IDR frames.

Thanks!