After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622690 - elements/jpegparse check fails
elements/jpegparse check fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 623585
 
 
Reported: 2010-06-25 07:25 UTC by Edward Hervey
Modified: 2010-07-05 10:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG=2,jpeg*:5 make elements/jpegparse.check > log 2>&1 (37.26 KB, text/plain)
2010-06-25 07:25 UTC, Edward Hervey
Details

Description Edward Hervey 2010-06-25 07:25:08 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
Comment 1 Thiago Sousa Santos 2010-06-25 19:06:12 UTC
Bisecting takes us to this commit e6cf05b1141c6728c7e28d3890d1070fc8bf712f
Comment 2 Mark Nauwelaerts 2010-06-25 19:50:21 UTC
Oops, I did not notice there was a unit test :(  [though it was tested otherwise]
Comment 3 Mark Nauwelaerts 2010-07-05 10:04:06 UTC
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.