GNOME Bugzilla – Bug 703176
[Rpi] Distorted output of decoded jpeg image on Raspberry
Last modified: 2018-11-03 12:59:23 UTC
I have problem to decode jpeg images and display it on monitor. I use this pipeline: gst-launch-1.0 -v filesrc location= /opt/tpictures/jpg/Raspberry-Pi-logo.jpg ! decodebin ! imagefreeze ! eglglessink and this is the output: https://www.dropbox.com/s/yaugp8fe435ngf3/raspi_256mb.jpg I use gstreamer v 1.0.7 with the latest gst-omx 1.0 branch from git. Also the latest raspi firmware version d380dde43fe729f043befb5cf775f99e54586cde (clean) (release)
I'm guessing it needs a jpeg parser somewhere. Could you try: 1) filesrc location=foo.jpg blocksize=999999999 ! .. 2) filesrc ... ! jpegparse ! decodebin ! ... ?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!
I've been meaning to test this on an rpi.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-omx/issues/1.