On 01/13/10 16:15, POUSSIN Mathieu wrote:
> I tried to convert the mp3 files to ogg using another computer, and it looks 
> like the problem isn't specific to the MP3 decoder, I get the same issue with 
> OGG files :(

Try running this command:

gst-launch filesrc location=/path/to/audiofile ! decodebin ! oss4sink

What error messages do you see, if any?

Also, it would be useful to run gst-launch with debug like this:

gst-launch --gst-debug-level=5 --gst-debug-no-color filesrc 
location=/path/to/audiofile ! decodebin ! oss4sink

And share the output.

This will likely highlight what the problem may be.  I do know that we
only ship 32-bit versions of the GStreamer library, so I wonder if the
issue might relate to that.

Brian

Reply via email to