[gstreamer-bugs] [Bug 428021] [mad, mp3parse] better duration estimates for VBR

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 10 04:10:57 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=428021

  GStreamer | gst-plugins-ugly | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|totem-gstreamer-            |gstreamer-
                   |maint at gnome.bugs            |bugs at lists.sourceforge.net
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
          Component|GStreamer backend           |gst-plugins-ugly
     Ever Confirmed|0                           |1
            Product|totem                       |GStreamer
          QAContact|totem-gstreamer-            |gstreamer-
                   |maint at gnome.bugs            |bugs at lists.sourceforge.net
            Summary|Audio tracks lengths are not|[mad, mp3parse] better
                   |properly detected           |duration estimates for VBR
   Target Milestone|---                         |HEAD
            Version|2.16.x                      |HEAD CVS




------- Comment #3 from Tim-Philipp Müller  2007-04-10 11:10 UTC -------
This happens with VBR mp3 audio files, probably with both the 'mad' mp3 decoder
and fluendo's 'flump3dec' mp3 decoder.

This is really expected behaviour at the moment. In order to know the exact
length of an VBR mp3 file, GStreamer would need to scan the entire file (or at
least parts of it), something which causes as many problems as it solves (think
of files mounted on an NFS/samba share etc.), so it's a trade-off we're making
on purpose here.

We should be able to handle this better though, hence marking as enhancement
and moving to GStreamer. 


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=428021.




More information about the Gstreamer-bugs mailing list