> Any idea ? I don't find anything about that :( Have you tried playing the file in different programs? RealPlayer, totem, elisa? Do all programs have the same problem playing MP3 files? Try running with gst-launch. Does gst-launch work better or does it have the same problem?
gst-launch filesrc location=/path/to/file.mp3 ! decodebin ! oss4sink Do you have the same problem with all MP3 files, or just some MP3 files? Note that Sun does not support the Fluendo codecs. If you have found a bug, you can file an issue report at the Fluendo bug tracker: https://core.fluendo.com/gstreamer/trac/ It would probably be helpful if you provide more details about the bug when you file the report. For example, you can run a command like this to generate some debug output: gst-launch --gst-debug-level=5 --gst-debug-no-color filesrc location=/path/to/file.mp3 ! decodebin ! oss4sink You can attach the debug output to a bug report you create to provide the Fluendo developers with some debug information. Brian
