[gstreamer-bugs] [Bug 405213] mp3 plays too fast in totem or rhythmbox

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 7 06:01:08 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=405213

  GStreamer | gst-plugins-ugly | Ver: 0.10.10


Jan Schmidt changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at mad.scientist.com




------- Comment #2 from Jan Schmidt  2007-02-07 13:59 UTC -------
This file is actually a wav file, with mp3 in it rather than a plain mp3.

madplay and friends work, because they skip the wav header implicitly (looking
for an mp3 frame), and then play the remainder of the file correctly because it
is mp3.

Changing wavparse to not generate output timestamps, allowing the mp3 decoder
to timestamp things itself makes it work.

wavparse is trying to use the recorded bps (of 44100) when generating output
timestamps, making the timestamps increment then drop back sharply.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list