GNOME Bugzilla – Bug 599676
RealAudio file with AC-3 audio no longer plays
Last modified: 2009-12-02 08:50:57 UTC
Description of the problem: Back in Ubuntu 8.04 gstreamer was able to play a particular RealAudio file but with 9.10 this file seems to just hang. Steps to reproduce: 1. Run wget http://wso.williams.edu/~aeatonsa/bomb/audio/real/Track13.ra gst-launch-0.10 filesrc location=Track14.ra ! decodebin ! audioconvert ! audioresample ! pulsesink . Expected results: Remixed version of the classic Bomberman battle music scale to be played. Actual results: The following is printed: Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstPulseSinkClock but no music is produced. How reproducible is the problem? It is reproducible every time. Additional information: The file plays in the gstreamer bundled with Ubuntu 8.04. Version Information: gstreamer0.10-alsa 0.10.25-2ubuntu1 gstreamer0.10-ffmpeg 0.10.9-1 gstreamer0.10-nice 0.0.9-2 gstreamer0.10-plugins-bad 0.10.14-4ubuntu1 gstreamer0.10-plugins-base 0.10.25-2ubuntu1 gstreamer0.10-plugins-base-apps 0.10.25-2ubuntu1 gstreamer0.10-plugins-good 0.10.16-1ubuntu3 gstreamer0.10-plugins-ugly 0.10.12-1 gstreamer0.10-pulseaudio 0.10.16-1ubuntu3 gstreamer0.10-tools 0.10.25-2 gstreamer0.10-x 0.10.25-2ubuntu1
(originally filed on https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/459397 )
The file contains AC-3 Playback doesn't start here either.
commit 3784de031dd4c6eaa3af94cf16c83e48df780264 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Oct 27 12:33:24 2009 +0100 rmutils: fix byteswapping fix the byteswapping code that was wrong because of the side effects of the READ/WRITE macros. Fixes #599676
*** Bug 603549 has been marked as a duplicate of this bug. ***