Issues with mpph264enc and gstreamer (rga)

I’ve been trying to use hardware encoding on a zero 3w, my current issue is

rga_api version 1.3.1_[11] (RGA is compiling with meson base: $PRODUCT_BASE)
10000 is unsupport format now,pilese fix.
10000 is unsupport format now,pilese fix.
10000 is unsupport format now,pilese fix.
10000 is unsupport format now,pilese fix.
10000 is unsupport format now,pilese fix.
10000 is unsupport format now,pilese fix.

Which occurs and results in no viedo.

I’m also getting this

RgaBlit(1356) RGA_BLIT fail: Invalid argument RgaBlit(1357) RGA_BLIT fail: Invalid argument
fd-vir-phy-hnd-format[26, (nil), (nil), (nil), 0]
rect[0, 0, 1920, 1080, 3840, 1080, 65536, 0]
f-blend-size-rotation-col-log-mmu[0, 0, 0, 0, 0, 0, 1]
fd-vir-phy-hnd-format[31, (nil), (nil), (nil), 0]
rect[0, 0, 1920, 1080, 1920, 1088, 2560, 0]
f-blend-size-rotation-col-log-mmu[0, 0, 0, 0, 0, 0, 1]
This output the user patamaters when rga call blit fail

On all uses of the mpph264 ( or any hardware encoder ) whether they work or not.
For example

gst-launch-1.0 v4l2src num-buffers=512 device=/dev/video0 io-mode=4 ! videoconvert ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! tee name=t ! queue ! mpph264enc ! queue ! h264parse ! mpegtsmux ! filesink location=/home/radxa/file.name.mp4

Saves a video that is viewable but throws lots of

This output the user patamaters when rga call blit fail
RgaBlit(1356) RGA_BLIT fail: Invalid argument RgaBlit(1357) RGA_BLIT fail: Invalid argument
fd-vir-phy-hnd-format[0, 0xffffa8014090, (nil), (nil), 0]
rect[0, 0, 1920, 1080, 1920, 1088, 2560, 0]
f-blend-size-rotation-col-log-mmu[0, 0, 0, 0, 0, 0, 1]
fd-vir-phy-hnd-format[34, (nil), (nil), (nil), 0]
rect[0, 0, 1920, 1080, 1920, 1088, 2560, 0]
f-blend-size-rotation-col-log-mmu[0, 0, 0, 0, 0, 0, 1]

in the process.

Any help is greatly appreciated.
Thanks

Maybe this can help:

@avaf , thanks, I’ll have a look .