Hi,
Well I tried it using gstreamer and the gstreamer-imx plugin:
# echo 0 > /sys/class/graphics/fb1/blank
# gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! matroskademux ! imxvpudec ! imxipuvideosink framebuffer=/dev/fb1
Also you can try writing to the framebuffer directly
# cat /dev/urandom > /dev/fb1
Regards,
Gary