Hi all,
I'm working with DM81xx GStreamer plugin version 0.4 on DM8148.
I'm wondering if I can use the omx_videosink to display still images like JPEG or PNG.
I tried the following pipeline:
gst-launch filesrc location=image.jpg ! omx_mjpegdec ! 'video/x-raw-yuv, width=1280, height=960, framerate=1/1, format=(fourcc)NV12' ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 ! imagefreeze ! omx_videosink -v --gst-debug-level=3
which hangs at this line:
INFO omx gstomx_base_filter.c:577:pad_chain:<omxmjpegdec0> omx: play
If it's possible, how can I do this? Any pipeline examples?
Thank you,
Simon