[gstreamer-bugs] [Bug 395054] MP3 timeline playback not working properly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 8 12:38:35 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=395054

  GStreamer | gnonlin | Ver: 0.10.11


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #5 from Edward Hervey  2007-02-08 20:36 UTC -------
The problem is that mad doesn't accept the seek event:
ERROR       gnlcomposition
gnlcomposition.c:1213:no_more_pads_object_cb:<timeline> Sending seek event
failed!

Which means that that source isn't set up properly for playing back in segment
mode. And what happens in the end is that it emits EOS (which is the normal
behaviour in non-segment mode).

The full reason for this is that the mad and fluendo mp3 decoder don't
implement seeking accurately. Here the seeking is requested before the decoder
can estimate the average bitrate, therefore can not do the time=>bytes
conversion which is needed to do an upstream seek in bytes.

I'm marking this as a duplicate of bug #308312 .

*** This bug has been marked as a duplicate of 308312 ***


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




More information about the Gstreamer-bugs mailing list