GNOME Bugzilla – Bug 676097
[mpegvideoparse] Unit test fails with
Last modified: 2012-05-21 13:31:44 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.
[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