[Bug 698520] audioconvert unit test fails with recent glib (?)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 19 07:11:31 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698520
  GStreamer | orc | git

--- Comment #13 from Edward Hervey <bilboed at gmail.com> 2013-08-19 14:11:25 UTC ---
Created an attachment (id=252231)
 View: https://bugzilla.gnome.org/attachment.cgi?id=252231
 Review: https://bugzilla.gnome.org/review?bug=698520&attachment=252231

bytecode: Fix 64bit value parsing

So it's one of those "the code should have worked, but for some mystical
reason it doesn't" bugs where the output of _get_uint64() returned corrupted
values.

I propose an alternative fix that just parses two 32 bit values and returns
the concatenated result... which works.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list