Hi Joan,
I used imxvideoconvert_ipu (Long-name : IMX ipu Video Converter) in my pipeline. Like this,
gst-launch-1.0 filesrc location=/home/root/video_with_display.h264 ! h264parse ! vpudec ! video/x-raw, format=NV12 ! imxvideoconvert_ipu ! video/x-raw,format=RGB16 ! waylandsink -v
Here I used a h264 file as source,instead of appsrc.
But I got a black screen.
The waylandsink on my board supports only BGRA, BGRx, RGB16. So I tried all these formats, but output is black screen only.
Is it is a problem with ipu? How to check?
What to do to make waylandsink to accept NV12?