GNOME Bugzilla – Bug 642411
jpegdec: Pixart JPEG support
Last modified: 2018-11-03 14:43:13 UTC
Created attachment 180937 [details] gdp payloaded stream I've got a webcam that produces Progressive JPG frames and it seems jpegdec can't handle it. I'm attaching the output of: gst-launch v4l2src device=/dev/video1 num-buffers=5 ! gdppay ! filesink
jpegdec already supports "progressive JPEG" afaik, this is something slightly different.
Just setting up the 'standard' quantization tables from the spec (K.1+K.2) if they're missing from the stream doesn't seem to be enough, fwiw.
-- 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-plugins-good/issues/39.