Skip to content

jpegdecoder: return the real error of decode_scan and decode_frame.

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

The current handle_frame() does not return the real errors happen in decode_scan and decode_frame, which makes the pipeline continue with errors and may trigger asserts.

Edited by He Junyan

Merge request reports