-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for host Endian-ness #30
Comments
On 2/24/14, Bret Curtis [email protected] wrote:
I have a patch for openal-player on big-endian systems: I'm waiting
May I suggest that master be back merged to 0.3 branch before
|
Yes, I was planning on doing that in a few minutes then sealing the lid on it for only updates from down-stream that we can cherry-pick back into master. |
Sezero, would you mind terribly if I made you a "Wildcoder" as well? Gives you write access, so you don't have to worry about pull/merge requests. Do you have a gmail address? Feel free to bug me directly at psi29a at gmail dot com. |
On 2/24/14, Bret Curtis [email protected] wrote:
My thanks! My gmail address is sezeroz at gmail dot com, feel free |
Just created a mips (BE) qemu VM, I'll do a bit of testing on there. It will purely be for WAV output, but it is a begin. |
I just tested master on a MIPS machine, the WAV output is 1:1 same as on my host system: Testing methodology:
|
|
Great work. :) We should also help GStreamer guys out as well: This plugin is not ideal and there are bugs that are commented on, but fixed and not yet updated. |
On 2/26/14, Bret Curtis [email protected] wrote:
Does your mips vm still generate identical wav? if it doesn't, that
Yeah. Not very much familiar with that code, but I'll try looking at it |
Just tested on my MIPS vm using HEAD of master: result is 1:1 as vbindiff can't find find a difference in the WAV data. |
On 2/26/14, Bret Curtis [email protected] wrote:
By only comparing with others, I cooked the following patch for gst diff --git a/ext/timidity/gstwildmidi.c b/ext/timidity/gstwildmidi.c
|
Do we need to wait until 0.4 release? Slomo said we can push this patch on their bugzilla and someone will look at it: http://gstreamer.freedesktop.org/bugs/ Slomo also responded with this: |
On 2/27/14, Bret Curtis [email protected] wrote:
I guess not: they can continue testing while we prepare
If it is the correct way, then it is. As I said, I don't have a clue |
Slomo suggests: alternatively just build gst-plugins-bad and install the libgstwildmidi.so to /usr/lib/x86_64-linux-gnu/gstreamer-1.0 or similar |
On 2/27/14, Bret Curtis [email protected] wrote:
Well, I'll leave patching of gst to Shlomi and/or other developers. |
This is fixed, closing. As for gst fixes, that library should be able adjust itself. If not, then a new issue should be opened. |
With this task, we are going to do the following:
libwildmidi:
wildmidi:
Things to keep in mind:
Further reading from previous issues:
The text was updated successfully, but these errors were encountered: