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 549417 - [audioresample] unit test fails on 64bit linux
[audioresample] unit test fails on 64bit linux
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-26 11:30 UTC by Edward Hervey
Modified: 2008-11-28 10:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2008-08-26 11:30:13 UTC
Running suite(s): audioresample
60%: Checks: 5, Failures: 2, Errors: 0
elements/audioresample.c:133:F:general:test_perfect_stream:0: 'offset' (500) is not equal to 'GST_BUFFER_OFFSET (buffer)' (0)
elements/audioresample.c:279:F:general:test_discont_stream:0: expected discont buffer
FAIL: elements/audioresample
Comment 1 Edward Hervey 2008-08-26 11:31:00 UTC
verified on two different 64bit machines.
Comment 2 Wim Taymans 2008-08-26 11:36:56 UTC
the testsuite is wrong, I tried to fix it but it was too broken for me.
Comment 3 Sebastian Dröge (slomo) 2008-11-28 10:32:26 UTC
This seems to be fixed with the speexresample aka audioresample unit test in latest base now. It contains the same test cases (and some more) and works fine for me on x86, amd64 and ppc.