GNOME Bugzilla – Bug 622690
elements/jpegparse check fails
Last modified: 2010-07-05 10:07:23 UTC
Created attachment 164588 [details] GST_DEBUG=2,jpeg*:5 make elements/jpegparse.check > log 2>&1 jpeg 8b gstcheck.c:472:F:jpegparse:test_parse_single_byte:0: We expected 4 buffers, but there are 3 buffers gstcheck.c:472:F:jpegparse:test_parse_all_in_one_buf:0: We expected 4 buffers, but there are 3 buffers
Bisecting takes us to this commit e6cf05b1141c6728c7e28d3890d1070fc8bf712f
Oops, I did not notice there was a unit test :( [though it was tested otherwise]
commit 3a1d0b7a0f267a649a3d2227b545feae6e567dd6 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Mon Jul 5 11:48:08 2010 +0200 jpegparse: fix skipping extra 0xff markers In particular, this makes the jpegparse unit test pass again. Also add a debug statement. Fixes #622690.