hi all i used followed to display image in my application
gst-launch filesrc location="pngimage" ! pngdec ! imagefreeze ! mfw_isink display=hdmi &
then kill the progress to prepare next image display
everytime the image display with some distortion start then display correct image, my application needs to display different image thousands time so this distortion is not acceptable and it cant displayed on my monitor shows "single input is not 1920x1080 60hz resultion"
i wonder to ask is there anyway to create a pipeline with gstreamer to display a static image keep it refresh like a video and i can change the image when i want?
sorry about my english