Skip to content

jpegparser: jpegdecoder: Don't pollute bus and comply with spec

He Junyan requested to merge He_Junyan/gstreamer:jpeg_dri_marker into main

According to spec, the JPEG_MARKER_DRI(Restart interval definition) marker can come before the SOS marker. So we should not check the SOS state when parsing the DRI marker.


Parse AVI1 in APP0 and not post warning messages into the bus if a com or appx is not well parsed since they don't affect the image.

Fixes: #1787 (closed)

Edited by Víctor Manuel Jáquez Leal

Merge request reports