|
Hi,
I'm trying to decode a jpeg using the HW decoder with gstreamer in the AT91SAM9M10-G45-EK but i can't find the correct command to do this, actualy i use the following:
gst-launch filesrc location=/media/sda1/Cumulus_clouds_ in_fair_weather.jpeg ! x170 output=RGB16 codec=JPEG ! fbdevsink device=/dev/fb0 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock Got EOS from element "pipeline0". Execution ended after 45352982 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... FREEING pipeline ...
Thanks in advance.
|