GNOME Bugzilla – Bug 766076
v4l2videodec: Implement a minimal jpeg parser
Last modified: 2018-11-03 15:09:05 UTC
Until https://bugzilla.gnome.org/show_bug.cgi?id=626531 get addressed, it is required that all jpeg decoder can at least split the jpeg data into single frame. For this reason, v4l2videodec need to implement parsing when jpeg is selected.
Just a note that one should not copy paste the parser from jpegdec. That parser map/unmap the data hundreds of times, hence is a disaster with non-sysmem.
-- 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/271.