[gstreamer-bugs] [Bug 343131] [wavpack][PATCH] new wavpackenc element

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 31 06:20:09 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343131
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #11 from Sebastian Dröge  2006-05-31 13:20 UTC -------
Currently there is still a small problem... the samples for the MD5 sum must be
little endian, the samples given to the library in host byte order. So we
calculate broken MD5 sums on big endian machines currently.
I'll try to solve this as elegant as possible... maybe by requiring little
endian raw samples via the caps and converting the samples to host byte order
while padding them to the 32 bit ints as required by the library.
I definitely have to test this later on PPC :)


-- 
Configure bugmail: http://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