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 676097 - [mpegvideoparse] Unit test fails with
[mpegvideoparse] Unit test fails with
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.11.x
Other Linux
: Normal blocker
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-15 12:50 UTC by Sebastian Dröge (slomo)
Modified: 2012-05-21 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-05-15 12:50:19 UTC
Running suite(s): mpegvideoparse
66%: Checks: 6, Failures: 2, Errors: 0
elements/mpegvideoparse.c:188:F:general:test_parse_detect_stream_mpeg1:0: Assertion 'memcmp (GST_BUFFER_DATA (buf), seq + 4, GST_BUFFER_SIZE (buf)) == 0' failed
elements/mpegvideoparse.c:188:F:general:test_parse_detect_stream_mpeg2:0: Assertion 'memcmp (GST_BUFFER_DATA (buf), seq + 4, GST_BUFFER_SIZE (buf)) == 0' failed


Happens with 0.10 and master.
Comment 1 Mark Nauwelaerts 2012-05-21 13:31:44 UTC
[0.10]
commit 114d5752804a435277912487b5133cfee1ac56f2
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Mon May 21 15:09:02 2012 +0200

    tests: mpegvideoparse: fix unit test regression
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676097


[0.11]
commit c0c8aaed21c5efe3aa8ddd5ae217376d00ca836d
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Mon May 21 15:09:02 2012 +0200

    tests: mpegvideoparse: fix unit test regression
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676097
    
    Conflicts:
    
        tests/check/elements/mpegvideoparse.c