GNOME Bugzilla – Bug 540401
Garbled sound instead of music
Last modified: 2008-07-01 15:49:18 UTC
Playing: http://www.peregrinehw.com/downloads/junk/cool/moveyourfeet/moveyourfeet.mov I only get a few pops and garbage as sound output. xine-lib and mplayer can play the file properly. The properties say it's a mono, 44.1kHz "QDesign Music v.2" track.
Problem is probably: [...] Setting pipeline to PLAYING ... New clock: GstAudioSinkClock WARNING: from element /pipeline0/alsasink0: Compensating for audio synchronisation problems Additional debug info: gstbaseaudiosink.c(1395): gst_base_audio_sink_render (): /pipeline0/alsasink0: Unexpected discontinuity in audio timestamps of more than half a second (0:00:00.551451247), resyncing WARNING: from element /pipeline0/alsasink0: Compensating for audio synchronisation problems Additional debug info: gstbaseaudiosink.c(1395): gst_base_audio_sink_render (): /pipeline0/alsasink0: Unexpected discontinuity in audio timestamps of more than half a second (0:00:00.922993197), resyncing WARNING: from element /pipeline0/alsasink0: Compensating for audio synchronisation problems [...]
This commit fixed it. 2008-07-01 Jan Schmidt <jan.schmidt@sun.com> * ext/ffmpeg/gstffmpegdec.c: If ffmpeg reports 0 bytes of input data consumed, don't break out unless it also didn't produce any output. Fixes the audio in #377400 and doesn't break anything else I've tested. Enable the mp3 parser, and set mp3 and mpeg2-video decoding autoplug at marginal level, as they seem to both work fine now. *** This bug has been marked as a duplicate of 377400 ***