Hello,
I'm trying to use GStreamer in order to show an image on an HDMI screen.
The pipeline I use is :
gst-launch-1.0 filesrc location=image.data ! freeze ! imxipuvideosink framebuffer=/dev/fb0
But nothing happens and the IPU drivers generates infinitely this error :
ERR: no-0x0,ipu_queue_task err:-22
I already successfully played videos using mplayer and also printed some images by writing the raw file directly in /dev/fb0. But I never had any positive result with GStreamer.
Do you guys have any idea of what is going on ?
Thanks in advance